From 35b81f509257afe3fec3f06ae4c53dd7e0ba68d5 Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Tue, 2 Dec 2014 16:17:58 -0700 Subject: [PATCH] Fix separate containers instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b563cd..6a27951 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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 docker-gen -notify-sighup nginx -watch -only-published /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf ``` Finally, start your containers with `VIRTUAL_HOST` environment variables.