I\'m trying to setup a dockered AMP environment and can\'t get the remote debugger working. My setup is as follows:
I have a database container running mysql which is wo
close: xdebug.remote_connect_back=0 add: xdebug.remote_host=192.168.0.102[your docker host/machine IP]
xdebug.remote_connect_back=0
xdebug.remote_host=192.168.0.102[your docker host/machine IP]