From 3954774d65454cf4298b6f288698520dd1c2302b Mon Sep 17 00:00:00 2001 From: Brian Prodoehl Date: Tue, 19 May 2015 16:16:50 -0400 Subject: [PATCH] Fix a couple things in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de16e0c..e4cfac3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Then start the docker-gen container with the shared volume and template: $ docker run --volumes-from nginx \ -v /var/run/docker.sock:/tmp/docker.sock \ -v $(pwd):/etc/docker-gen/templates \ - -t docker-gen -notify-sighup nginx -watch -only-published /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf + -t jwilder/docker-gen -notify-sighup nginx -watch -only-exposed /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf ``` Finally, start your containers with `VIRTUAL_HOST` environment variables.