mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +02:00
Let master process run as root to bind to 80, workers run as nbxyz
This commit is contained in:
parent
df298e7c32
commit
ed111b6cbc
@ -9,7 +9,6 @@ pidfile=/run/supervisord.pid
|
|||||||
command = /usr/sbin/nginx -c /config/nginx/nginx.conf
|
command = /usr/sbin/nginx -c /config/nginx/nginx.conf
|
||||||
startretries = 2
|
startretries = 2
|
||||||
daemon=off
|
daemon=off
|
||||||
user=nbxyz
|
|
||||||
priority = 2
|
priority = 2
|
||||||
stdout_logfile=/dev/null
|
stdout_logfile=/dev/null
|
||||||
stderr_logfile=/dev/null
|
stderr_logfile=/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user