Reduce polling interval slightly so things update quicker
This commit is contained in:
parent
eb65e8808d
commit
93e5ce5bac
1 changed files with 1 additions and 1 deletions
|
@ -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 300
|
command: --cleanup --interval 180
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue