Decrease watchtower polling rate to 10 minutes
Doesn't need to be that intensive
This commit is contained in:
parent
77113246b0
commit
af9c66785e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue