#!/command/with-contenv bash
# shellcheck shell=bash

set -e

. /usr/bin/common.sh

log_info 'Starting nginx ...'
exec s6-setuidgid "$PUID:$PGID" nginx
