1
0
Fork 0
1Panel-Appstore/apps/cloudflared/2026.3.0/docker-compose.yml

10 lines
248 B
YAML
Raw Permalink Normal View History

2024-04-05 16:28:13 +08:00
services:
cloudflared:
image: cloudflare/cloudflared:2026.3.0
2024-04-05 16:28:13 +08:00
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
2024-04-05 16:28:13 +08:00
command: tunnel --no-autoupdate run --token ${CFD_TOKEN}
labels:
createdBy: "Apps"