Fix mount point for Watchtower
This commit is contained in:
parent
d48e684647
commit
c802e53858
|
@ -8,7 +8,7 @@
|
||||||
- name: external_services
|
- name: external_services
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- "{{ docker_registry.volume_folder }}/auth/config.json:/config.json"
|
- "/root/.docker/config.json:/config.json"
|
||||||
env:
|
env:
|
||||||
WATCHTOWER_LABEL_ENABLE: "true"
|
WATCHTOWER_LABEL_ENABLE: "true"
|
||||||
WATCHTOWER_POLL_INTERVAL: "60"
|
WATCHTOWER_POLL_INTERVAL: "60"
|
||||||
|
|
Loading…
Reference in a new issue