diff --git a/examples/watchtower/docker-compose.yml b/examples/watchtower/docker-compose.yml index 29f8ccc..ae7cbe6 100644 --- a/examples/watchtower/docker-compose.yml +++ b/examples/watchtower/docker-compose.yml @@ -23,6 +23,7 @@ services: - proxynet volumes: - /etc/localtime:/etc/localtime:ro + #- /home/myuser/.docker/config.json:/config.json:ro # to support fetching private registries; use docker login to create the file working_dir: / labels: - com.centurylinklabs.watchtower.enable=false