mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Merge pull request #3483 from djsisson/update-CF-Tunnel-template
Update cloudflared.yaml
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
container_name: cloudflare-tunnel
|
container_name: cloudflare-tunnel
|
||||||
image: cloudflare/cloudflared:latest
|
image: cloudflare/cloudflared:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: tunnel run
|
network_mode: host
|
||||||
|
command: tunnel --no-autoupdate run
|
||||||
environment:
|
environment:
|
||||||
- TUNNEL_TOKEN=$CLOUDFLARE_TUNNEL_TOKEN
|
- 'TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}'
|
||||||
|
|||||||
Reference in New Issue
Block a user