Removes the -wait flag
Removes the -wait flag in order to mirror the implementation of the single container solution.
This commit is contained in:
parent
473710375b
commit
bb1141cb8f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ $ docker run -d \
|
||||||
-v $(pwd)/certs:/etc/nginx/certs:ro \
|
-v $(pwd)/certs:/etc/nginx/certs:ro \
|
||||||
-v $(pwd)/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro \
|
-v $(pwd)/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro \
|
||||||
-t jwilder/docker-gen \
|
-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.
|
Finally, start your containers with `VIRTUAL_HOST` environment variables.
|
||||||
|
|
Loading…
Reference in a new issue