Merge 46684b7a66
into 0ef8dca98c
This commit is contained in:
commit
433bfc37a4
1 changed files with 2 additions and 2 deletions
4
Procfile
4
Procfile
|
@ -1,2 +1,2 @@
|
||||||
nginx: nginx
|
nginx: while [ ! -f /etc/nginx/conf.d/dockergen.conf ]; do echo "Waiting for dockergen.conf to appear before starting nginx..."; sleep 1; done; echo "Starting nginx..."; nginx
|
||||||
dockergen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
|
dockergen: echo "Starting docker-gen..."; docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/dockergen.conf
|
||||||
|
|
Loading…
Reference in a new issue