Reduce polling interval slightly so things update quicker

This commit is contained in:
Jake Howard 2020-05-10 22:20:03 +01:00
parent eb65e8808d
commit 93e5ce5bac
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 300
command: --cleanup --interval 180
restart: unless-stopped