1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
github-action update-app-version ba65cacfa5 Update app version [skip ci]
2024-08-29 06:34:23 +00:00

15 lines
316 B
YAML

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