Add a note regardign dockhand update and a link to the documentation

Signed-off-by: Ivan Mihov <ivan@mihov.me>
This commit is contained in:
Ivan Mihov
2026-05-26 10:57:41 -07:00
committed by Simon L.
parent d2d59eb207
commit 26c74fd556

View File

@@ -484,6 +484,7 @@ readonly class DockerActionManager {
// All AIO-managed containers should not be updated externally via watchtower but gracefully by AIO's backup and update feature.
// Also DIUN should not send update notifications. See https://crazymax.dev/diun/providers/docker/#docker-labels
// Also Dockhand should not be auto updating the containers. See https://dockhand.pro/manual/#container-labels-behavior
// Additionally set a default org.label-schema.vendor and com.docker.compose.project
$requestBody['Labels'] = ["com.centurylinklabs.watchtower.enable" => "false", "wud.watch" => "false", "diun.enable" => "false", "dockhand.update" => "false", "org.label-schema.vendor" => "Nextcloud", "com.docker.compose.project" => "nextcloud-aio"];