From b71c45abc092437d5cecc1f262030e4d51dc8cfe Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Tue, 21 Oct 2014 18:29:31 -0600 Subject: [PATCH] Fix command line usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef9150f..cd21f57 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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)/templates:/etc/docker-gen/templates + -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 ```