set watchtower restart:always
This commit is contained in:
parent
32efb21f49
commit
919fa74fe0
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --schedule "0 0 4 * * *" # 4 uur UTC = 5 uur NL tijd
|
||||
restart: always
|
||||
|
|
Reference in a new issue