1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 22:35:45 +00:00

refactor: move nginx daemon off to procfile

This commit is contained in:
Nicolas Duchon
2023-12-25 19:16:10 +01:00
parent 4a8aa5db67
commit de4cb3d2b0
3 changed files with 3 additions and 5 deletions

View File

@ -1,2 +1,2 @@
dockergen: docker-gen -watch -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
nginx: nginx
nginx: nginx -g "daemon off;"