mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00: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
|