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.
This commit is contained in:
stellarshenson
2025-12-08 17:11:31 +01:00
parent d46e0c1c28
commit 17d60ae85b

View File

@@ -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: