1
0
Fork 0

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
- ${ENV1}
command: ${COMMAND1}
image: containrrr/watchtower:1.7.1
image: nickfedor/watchtower:1.12.4
labels:
createdBy: "Apps"

View File

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