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
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /root/.docker/config.json:/config.json:ro
|
||||
networks:
|
||||
- metrics
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue