1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 03:09:42 +08:00
1Panel-Appstore/cloudflared/2025.2.1/docker-compose.yml
github-action update-app-version 3f3e29045e Update app version [skip ci]
2025-03-23 16:23:39 +00:00

15 lines
316 B
YAML

services:
cloudflared:
image: cloudflare/cloudflared:2025.2.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
command: tunnel --no-autoupdate run --token ${CFD_TOKEN}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true