mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 06:52:30 +08:00
11 lines
268 B
YAML
11 lines
268 B
YAML
services:
|
|
cloudflared:
|
|
image: cloudflare/cloudflared:latest
|
|
pull_policy: always
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
command: tunnel --no-autoupdate run --token ${CFD_TOKEN}
|
|
labels:
|
|
createdBy: "Apps"
|