wodby / php

Generic PHP docker container images
MIT License
156 stars 103 forks source link

Use host.docker.internal as default value for Xdebug #192

Closed imyaro closed 7 months ago

imyaro commented 7 months ago

host.docker.internal - is default value to connect to the host machine for MacOS and Windows for years. In Linux it was released in 20.10 https://docs.docker.com/engine/release-notes/20.10/ (3.5 years ago)

Maybe it's time to use it in xdebug config?