Skip to content

Commit 9c1a7b2

Browse files
ForsakenHarmonyJrCs
authored andcommitted
Update README.md (#168)
Remove -only-exposed option
1 parent 9d74fbf commit 9c1a7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $ docker run -d \
8484
-v /path/to/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro \
8585
-v /var/run/docker.sock:/tmp/docker.sock:ro \
8686
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
87+
-notify-sighup nginx -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
8888
```
8989

9090
* Then start this container (NGINX_DOCKER_GEN_CONTAINER variable must contain the docker-gen container name or id):

0 commit comments

Comments
 (0)