mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
fda09ce980
* chore(deps): update cloudflare/cloudflared docker tag to v2024.6.1 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
12 lines
306 B
YAML
12 lines
306 B
YAML
services:
|
|
cloudflared:
|
|
image: cloudflare/cloudflared:2024.6.1
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: 1panel-network
|
|
command: tunnel --no-autoupdate run --token ${token}
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true |