chore(deps): update cloudflare/cloudflared docker tag to v2024.4.0 (#1230)

* chore(deps): update cloudflare/cloudflared docker tag to v2024.4.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>
This commit is contained in:
renovate[bot]
2024-04-11 11:18:05 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 5b3ed81562
commit a5706f55e0
2 changed files with 1 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: ""
envKey: token
labelEn: token
labelZh: 令牌
random: false
required: true
type: password
@@ -0,0 +1,13 @@
version: '3'
services:
cloudflared:
image: cloudflare/cloudflared:2024.4.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