Merge pull request #7455 from nextcloud/enh/7434/add-wud-label

add `wud.watch=false` to all containers
This commit is contained in:
Simon L.
2026-01-22 12:11:18 +01:00
committed by GitHub
19 changed files with 20 additions and 2 deletions

View File

@@ -264,4 +264,5 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
HEALTHCHECK CMD /healthcheck.sh
LABEL com.centurylinklabs.watchtower.enable="false" \
wud.watch="false" \
org.label-schema.vendor="Nextcloud"