From 17d60ae85bf39999002c4408ccfda80f89e4d4b2 Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Mon, 8 Dec 2025 17:11:31 +0100 Subject: [PATCH] fix: remove unsupported --no-startup flag from watchtower nickfedor/watchtower fork doesn't have --no-startup flag. Default behavior (without --update-on-start) is to not check on startup. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e2e8b76..4b33a03 100644 --- a/compose.yml +++ b/compose.yml @@ -98,7 +98,7 @@ services: image: nickfedor/watchtower:latest volumes: - /var/run/docker.sock:/var/run/docker.sock:rw # to control docker and refresh images - command: --cleanup --no-startup --schedule "0 0 * * *" # daily at midnight only, no check on startup + command: --cleanup --schedule "0 0 * * *" # daily at midnight only (no --update-on-start = no startup check) security_opt: - seccomp:unconfined #optional depends_on: