1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

feat(watchtower): update watchtower image and version

#2885
- Abandon the containrrr/watchtower image due to long-term lack of updates, and switch to its fork nickfedor/watchtower image
- Upgrade watchtower from version 1.7.1 to 1.12.4
This commit is contained in:
pooneyy 2025-12-10 16:27:03 +08:00
parent 49a29ccbab
commit 59f10e7983
No known key found for this signature in database
4 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- ${ENV1} - ${ENV1}
command: ${COMMAND1} command: ${COMMAND1}
image: containrrr/watchtower:1.7.1 image: nickfedor/watchtower:1.12.4
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -10,7 +10,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- ${ENV1} - ${ENV1}
command: ${COMMAND1} command: ${COMMAND1}
image: containrrr/watchtower:latest image: nickfedor/watchtower:latest
pull_policy: always pull_policy: always
labels: labels:
createdBy: "Apps" createdBy: "Apps"