added watchtower flags: --include-restarting --cleanup --include-stopped
This commit is contained in:
parent
919fa74fe0
commit
a875bd7846
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue