This commit is contained in:
Jacek Jakubik 2017-05-08 17:49:32 +00:00 committed by GitHub
commit 5396c8af7f

View file

@ -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 "$@"