1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 15:21:44 +08:00
1Panel-Appstore/apps/cloudflared/2026.3.0/docker-compose.yml

10 lines
248 B
YAML

services:
cloudflared:
image: cloudflare/cloudflared:2026.3.0
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
command: tunnel --no-autoupdate run --token ${CFD_TOKEN}
labels:
createdBy: "Apps"