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 9d74fbf commit 9c1a7b2Copy full SHA for 9c1a7b2
README.md
@@ -84,7 +84,7 @@ $ docker run -d \
84
-v /path/to/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro \
85
-v /var/run/docker.sock:/tmp/docker.sock:ro \
86
jwilder/docker-gen \
87
- -notify-sighup nginx -watch -only-exposed -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
+ -notify-sighup nginx -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
88
```
89
90
* Then start this container (NGINX_DOCKER_GEN_CONTAINER variable must contain the docker-gen container name or id):
0 commit comments