We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d31824 + 683adc2 commit 9f6022bCopy full SHA for 9f6022b
root/init.sh
@@ -13,7 +13,7 @@ mkdir -p \
13
[[ ! -f /config/nginx/nginx.conf ]] && \
14
cp /defaults/nginx.conf /config/nginx/nginx.conf
15
[[ ! -f /config/nginx/site-confs/default ]] && \
16
- envsubst < /defaults/default > /config/nginx/site-confs/default
+ envsubst '${NGINX_PORT}' < /defaults/default > /config/nginx/site-confs/default
17
18
# Ownership
19
chown -R nbxyz:nbxyz /assets
0 commit comments