Skip to content

Commit 2e86edc

Browse files
authored
Update Dockerfile
1 parent 76eca51 commit 2e86edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN <<EOF
4848

4949
cp /etc/nginx/sites-available/magento2.conf /etc/nginx/sites-available/${DOMAIN}.conf
5050
ln -s /etc/nginx/sites-available/${DOMAIN}.conf /etc/nginx/sites-enabled/${DOMAIN}.conf
51+
sed -i "s/127.0.0.1:8080/nginx:8080/" /etc/nginx/sites-available/${DOMAIN}.conf
5152
sed -i "s/example.com/${DOMAIN}/g" /etc/nginx/sites-available/${DOMAIN}.conf
5253
sed -i "s/ADMIN_PLACEHOLDER/${ADMIN_PATH}/" /etc/nginx/conf_m2/extra_protect.conf
5354

0 commit comments

Comments
 (0)