1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-12-28 19:21:39 +01:00
nginx-proxy/app/Procfile

3 lines
209 B
Plaintext

dockergen: docker-gen -watch -wait 100ms:500ms -event-filter event=connect -event-filter event=disconnect -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
nginx: nginx -g "daemon off;"