added watchtower flags: --include-restarting --cleanup --include-stopped

This commit is contained in:
pizzaniels 2023-02-06 21:10:47 +01:00
parent 919fa74fe0
commit a875bd7846

View file

@ -4,5 +4,5 @@ services:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --schedule "0 0 4 * * *" # 4 uur UTC = 5 uur NL tijd
command: --schedule "0 0 4 * * *" --include-restarting --cleanup --include-stopped
restart: always