watchtower flags

This commit is contained in:
pizzaniels 2023-02-06 21:22:01 +01:00
parent a875bd7846
commit 1d6e52adf4

View file

@ -4,5 +4,5 @@ services:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --schedule "0 0 4 * * *" --include-restarting --cleanup --include-stopped
command: --schedule "0 0 4 * * *" --include-restarting --cleanup --include-stopped --no-startup-message
restart: always