1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 05:41:04 +08:00
github-action update-app-version 67e97776a8 Update app version [skip ci]
2024-04-23 17:14:57 +00:00

16 lines
329 B
YAML

version: '3'
services:
cloudflared:
image: cloudflare/cloudflared:2024.4.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