services:
cloudflared:
container_name: "cloudflared"
image: "cloudflare/cloudflared:latest"
restart: unless-stopped
environment:
TUNNEL_TOKEN: ${TUNNEL_TOKEN}
network_mode: host
command: [ "tunnel", "--no-autoupdate", "run" ]
services:
cloudflared:
container_name: "cloudflared"
image: "cloudflare/cloudflared:latest"
restart: unless-stopped
environment:
TUNNEL_TOKEN: ${TUNNEL_TOKEN}
network_mode: host
command: [ "tunnel", "--no-autoupdate", "run" ]