forked from data.coop/ansible
Watchtower doesn't need external_services network
This commit is contained in:
parent
e5dcfea003
commit
c9ab9f0c66
|
@ -6,8 +6,6 @@
|
|||
restart_policy: unless-stopped
|
||||
env:
|
||||
WATCHTOWER_POLL_INTERVAL: 60
|
||||
networks:
|
||||
- name: external_services
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
- "/root/.docker/config.json:/config.json:ro"
|
||||
|
|
Loading…
Reference in a new issue