Decrease watchtower polling rate to 10 minutes
Doesn't need to be that intensive
This commit is contained in:
@ -5,5 +5,5 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- "{{ home }}/.docker/config.json:/config.json:ro"
|
- "{{ home }}/.docker/config.json:/config.json:ro"
|
||||||
command: --cleanup --interval 180
|
command: --cleanup --interval 600
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user