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.
1 parent de524f8 commit 683adc2Copy full SHA for 683adc2
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