watchtower flags
This commit is contained in:
parent
a875bd7846
commit
1d6e52adf4
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ services:
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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
|
restart: always
|
||||||
|
|
Reference in a new issue