Removes the -wait flag

Removes the -wait flag in order to mirror the implementation of the single container solution.
This commit is contained in:
Giymo11 2016-05-21 13:13:05 +02:00
parent 473710375b
commit bb1141cb8f

View file

@ -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.