You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Xdebug session does not start in Linux with given instructions.
Description:
Xdebug session does not start because host.docker.internal is not available on Linux. Docs should provide special instructions for Linux users to replace xdebug hostname configuration with a correct IP.
Possible solutions:
In order to configure xdebug correctly for Linux the remote hostname within the docker-compose.yml configuration should not use host.docker.internal and be replaced with the results of running the following command:
docker run --rm alpine ip route | awk 'NR==1 {print $3}'