Add dockhand.update: false to the Dockerfiles

Signed-off-by: Ivan Mihov <ivan@mihov.me>
This commit is contained in:
Ivan Mihov
2026-05-21 23:06:56 -07:00
committed by Simon L.
parent 21649225d0
commit d2d59eb207
19 changed files with 21 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ ENTRYPOINT ["/start.sh"]
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1
LABEL com.centurylinklabs.watchtower.enable="false" \
wud.watch="false" \
dockhand.update="false" \
org.opencontainers.image.title="Domain Check for Nextcloud AIO" \
org.opencontainers.image.description="Domain validation service for Nextcloud All-in-One setup" \
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \