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
Executable File
6 lines
99 B
Plaintext
Executable File
#!/command/with-contenv bash
|
||
set -e
|
||
|
||
echo "❯ Starting nginx ..."
|
||
exec s6-setuidgid npmuser nginx
|