Compare commits

..

No commits in common. "c802e53858df20b0d68d36d3a2a079ba9a4c8b00" and "d48e6846478494acbbc24e865fee7e965fd9f9e6" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -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
- "/root/.docker/config.json:/config.json" - "{{ docker_registry.volume_folder }}/auth/config.json:/config.json"
env: env:
WATCHTOWER_LABEL_ENABLE: "true" WATCHTOWER_LABEL_ENABLE: "true"
WATCHTOWER_POLL_INTERVAL: "60" WATCHTOWER_POLL_INTERVAL: "60"