Run watchtower more frequently
This makes autodeployment like tasks much easier
This commit is contained in:
parent
fdaf037b96
commit
65e15c9f6c
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ services:
|
||||||
image: containrrr/watchtower:latest
|
image: containrrr/watchtower:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: --cleanup --schedule "0 23 * * *"
|
command: --cleanup --interval 300
|
||||||
|
|
Loading…
Reference in a new issue