1
Fork 0

Fix quotes in entrypoint

This commit is contained in:
Jake Howard 2024-03-03 19:41:34 +00:00
parent 5e01225993
commit e95df2f841
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ set -e
# Update nginx user id
deluser nginx
adduser -u $PUID -D nginx
adduser -u "$PUID" -D nginx
exec nginx -g "daemon off;"