Run watchtower more frequently

This makes autodeployment like tasks much easier
This commit is contained in:
Jake Howard 2020-03-25 20:41:15 +00:00
parent fdaf037b96
commit 65e15c9f6c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -4,4 +4,4 @@ services:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --cleanup --schedule "0 23 * * *"
command: --cleanup --interval 300