Always restart watchtower

This commit is contained in:
Jake Howard 2020-04-24 21:38:00 +01:00
parent 2ddde6c129
commit 6a862f9fb3
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,3 +6,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- "{{ home }}/.docker/config.json:/config.json:ro"
command: --cleanup --interval 300
restart: unless-stopped