Skip to content

Commit b42c15b

Browse files
authored
Merge pull request coollabsio#3483 from djsisson/update-CF-Tunnel-template
Update cloudflared.yaml
2 parents c77cc45 + d2cf535 commit b42c15b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/compose/cloudflared.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
container_name: cloudflare-tunnel
88
image: cloudflare/cloudflared:latest
99
restart: unless-stopped
10-
command: tunnel run
10+
network_mode: host
11+
command: tunnel --no-autoupdate run
1112
environment:
12-
- TUNNEL_TOKEN=$CLOUDFLARE_TUNNEL_TOKEN
13+
- 'TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}'

0 commit comments

Comments
 (0)