Merge 198277334b
into 23a2c7d848
This commit is contained in:
commit
5396c8af7f
1 changed files with 3 additions and 0 deletions
|
@ -19,4 +19,7 @@ if [ "$socketMissing" = 1 -a "$1" = forego -a "$2" = start -a "$3" = '-r' ]; the
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Always generate config during startup
|
||||
docker-gen /app/nginx.tmpl /etc/nginx/conf.d/default.conf
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in a new issue