mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-24 13:48:14 -05:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
|
#!/command/with-contenv bash
|
|||
|
set -e
|
|||
|
|
|||
|
echo "❯ Starting nginx ..."
|
|||
|
exec s6-setuidgid npmuser nginx
|