Skip to content

Commit 68cf609

Browse files
committed
Added default IP address
1 parent eaa397c commit 68cf609

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
LOCAL_HOST_IP=
1+
# IP can be examined with the command below:
2+
# ip addr show docker0 | grep inet | awk '{ print $2 }' | cut -d/ -f1
3+
LOCAL_HOST_IP=172.17.0.1
24
DOMAIN_NAME=magento2.docker
35

46
############################################# PHP

0 commit comments

Comments
 (0)