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 d85cc0a commit 5d1e6f0Copy full SHA for 5d1e6f0
DOCKER_TIPS.md
@@ -32,9 +32,10 @@
32
33
34
## Running Xdebug with PHPStorm alongside Docker.
35
-Any logic that needs to speak to the host machine will need to point to the IP of `10.254.254.254`.
+From Docker versions 18.03 and above, Docker creates a special DNS name that resolves
36
+to the internal IP address used by the host.
37
-For Xdebug to work through PHPStorm first execute:
38
+Old logic (that has not updated to special DNS name) will need to point to the IP of `10.254.254.254`.
39
40
```
41
sudo ifconfig lo0 alias 10.254.254.254
0 commit comments