Merge pull request #3483 from djsisson/update-CF-Tunnel-template

Update cloudflared.yaml
This commit is contained in:
Andras Bacsai
2024-09-23 11:36:52 +02:00
committed by GitHub

View File

@@ -7,6 +7,7 @@ services:
container_name: cloudflare-tunnel
image: cloudflare/cloudflared:latest
restart: unless-stopped
command: tunnel run
network_mode: host
command: tunnel --no-autoupdate run
environment:
- TUNNEL_TOKEN=$CLOUDFLARE_TUNNEL_TOKEN
- 'TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}'