Disallow Watchtower to update AIO Container (exept Mastercontainer)

See: https://containrrr.dev/watchtower/container-selection/#monitor_only

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2023-01-30 14:54:09 +01:00
parent 9d6690e11c
commit f5616cd618
13 changed files with 19 additions and 6 deletions

View File

@@ -267,3 +267,4 @@ USER root
ENTRYPOINT ["/start.sh"]
HEALTHCHECK CMD sudo -E -u www-data bash /healthcheck.sh
LABEL com.centurylinklabs.watchtower.monitor-only="true"