mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user