D3V-Server/docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/run

10 lines
152 B
Text
Raw Normal View History

2026-03-07 13:49:44 +00:00
#!/command/with-contenv bash
# shellcheck shell=bash
set -e
. /usr/bin/common.sh
log_info 'Starting nginx ...'
exec s6-setuidgid "$PUID:$PGID" nginx