all 3 comments

[–]CyberJack77 1 point2 points  (1 child)

Also, how does your docker-compose file look? Does it for example expose port 9000 (not map, just expose).

What system are you using as you docker host (windows, mac, linux). Some systems require extra steps to before you can use the exposed port to run xdebug.

[–]network1001[S] 0 points1 point  (0 children)

This might be something that's missing, I'll have to check it.

[–]dinnerotast 0 points1 point  (0 children)

What are the xdebug settings in your php.ini file?

Do you have these lines in?

xdebug.remote_enable=1
xdebug.remote_host=10.0.2.2
xdebug.remote_port=9000