We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4354f + 9920785 commit f46d486Copy full SHA for f46d486
README.md
@@ -71,7 +71,7 @@ Fetch the template and start the docker-gen container with the shared volume:
71
$ mkdir -p /tmp/templates && cd /tmp/templates
72
$ curl -o nginx.tmpl https://raw.githubusercontent.com/nginx-proxy/docker-gen/main/templates/nginx.tmpl
73
$ docker run -d --name nginx-gen --volumes-from nginx \
74
- -v /var/run/docker.sock:/tmp/docker.sock:ro \
+ -v /var/run/docker.sock:/tmp/docker.sock:rw \
75
-v /tmp/templates:/etc/docker-gen/templates \
76
-t nginxproxy/docker-gen -notify-sighup nginx -watch -only-exposed /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
77
```
0 commit comments