cloudflared should be run with --no-autoupdate to prevent in-container self-updates that can break the running service

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Yury Kossakovsky
2025-08-21 16:24:07 -06:00
committed by GitHub
parent b2d4b1a0c6
commit 424ad76bb2

View File

@@ -241,7 +241,7 @@ services:
container_name: cloudflared
profiles: ["cloudflare-tunnel"]
restart: unless-stopped
command: tunnel run
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
depends_on: