From bb1141cb8f926a8ef21dfd8250c2f9ef2eea8f9b Mon Sep 17 00:00:00 2001 From: Giymo11 Date: Sat, 21 May 2016 13:13:05 +0200 Subject: [PATCH] Removes the -wait flag Removes the -wait flag in order to mirror the implementation of the single container solution. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc429b..76ba37d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ docker run -d \ -v $(pwd)/certs:/etc/nginx/certs:ro \ -v $(pwd)/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro \ -t jwilder/docker-gen \ - -notify-sighup nginx-proxy -wait 5s:30s -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf + -notify-sighup nginx-proxy -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf ``` Finally, start your containers with `VIRTUAL_HOST` environment variables.