1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 22:41:04 +08:00
github-action update-app-version 14958c2aa1 Update app version [skip ci]
2025-03-23 15:56:49 +00:00

15 lines
317 B
YAML

services:
cloudflared:
image: cloudflare/cloudflared:2024.12.2
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