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

@@ -103,6 +103,7 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
HEALTHCHECK CMD /healthcheck.sh
LABEL com.centurylinklabs.watchtower.enable="false" \
wud.watch="false" \
dockhand.update="false" \
org.opencontainers.image.title="Apache and Caddy for Nextcloud AIO" \
org.opencontainers.image.description="Apache HTTP server with Caddy for Nextcloud All-in-One" \
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \