From 21fd34524e93280ccb0ff7ac81828e9238dd63bb Mon Sep 17 00:00:00 2001 From: Floke Date: Fri, 22 Aug 2025 06:59:56 +0000 Subject: [PATCH] start.sh aktualisiert --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b67f25ed..cfbeba9b 100644 --- a/start.sh +++ b/start.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e echo "Starte Cloudflare Tunnel mit http2 Protokoll..." -cloudflared tunnel --protocol http2 --no-autopolldate run --token $TUNNEL_TOKEN & +cloudflared tunnel --protocol http2 --no-autoupdate run --token $TUNNEL_TOKEN & sleep 5 echo "Starte Gunicorn Webserver auf Port 8080..." gunicorn --bind 0.0.0.0:8080 --workers 2 app:app \ No newline at end of file