mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-14 23:22:09 +08:00
0360ac1962
* chore(deps): update cloudflare/cloudflared docker tag to v2024.3.0 * 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>
13 lines
319 B
YAML
13 lines
319 B
YAML
version: '3'
|
|
services:
|
|
cloudflared:
|
|
image: cloudflare/cloudflared:2024.3.0
|
|
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 |