mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
15 lines
314 B
YAML
15 lines
314 B
YAML
services:
|
|
cloudflared:
|
|
image: cloudflare/cloudflared:latest
|
|
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
|