Decrease watchtower polling rate to 10 minutes

Doesn't need to be that intensive
This commit is contained in:
Jake Howard 2020-09-05 17:01:30 +01:00
parent 77113246b0
commit af9c66785e
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -5,5 +5,5 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "{{ home }}/.docker/config.json:/config.json:ro"
command: --cleanup --interval 180
command: --cleanup --interval 600
restart: unless-stopped