D3V-Server/docker/rootfs/etc/s6-overlay/s6-rc.d/nginx/run
2026-03-07 20:49:44 +07:00

9 lines
152 B
Text

#!/command/with-contenv bash
# shellcheck shell=bash
set -e
. /usr/bin/common.sh
log_info 'Starting nginx ...'
exec s6-setuidgid "$PUID:$PGID" nginx