We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702c2eb commit 97c770eCopy full SHA for 97c770e
1 file changed
examples/watchtower/docker-compose.yml
@@ -23,6 +23,7 @@ services:
23
- proxynet
24
volumes:
25
- /etc/localtime:/etc/localtime:ro
26
+ #- /home/myuser/.docker/config.json:/config.json:ro # to support fetching private registries; use docker login to create the file
27
working_dir: /
28
labels:
29
- com.centurylinklabs.watchtower.enable=false
0 commit comments