Fix quotes in entrypoint
This commit is contained in:
parent
5e01225993
commit
e95df2f841
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ set -e
|
||||||
|
|
||||||
# Update nginx user id
|
# Update nginx user id
|
||||||
deluser nginx
|
deluser nginx
|
||||||
adduser -u $PUID -D nginx
|
adduser -u "$PUID" -D nginx
|
||||||
|
|
||||||
exec nginx -g "daemon off;"
|
exec nginx -g "daemon off;"
|
||||||
|
|
Loading…
Reference in a new issue