Add docker auth in watchtower
This commit is contained in:
parent
95c47fe58d
commit
1ea0ffc68c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ services:
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /root/.docker/config.json:/config.json:ro
|
||||||
networks:
|
networks:
|
||||||
- metrics
|
- metrics
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue