set watchtower restart:always

This commit is contained in:
pizzaniels 2023-02-06 20:57:43 +01:00
parent 32efb21f49
commit 919fa74fe0

View file

@ -5,3 +5,4 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /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 * * *" # 4 uur UTC = 5 uur NL tijd
restart: always