mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
10 lines
148 B
Plaintext
Executable File
10 lines
148 B
Plaintext
Executable File
#!/command/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
set -e
|
|
|
|
. /bin/common.sh
|
|
|
|
log_info 'Starting nginx ...'
|
|
exec s6-setuidgid "$PUID:$PGID" nginx
|