diff --git a/config/xdebug/default.xdebug.ini b/config/xdebug/default.xdebug.ini index 0601eee..2d67988 100644 --- a/config/xdebug/default.xdebug.ini +++ b/config/xdebug/default.xdebug.ini @@ -2,6 +2,6 @@ xdebug.idekey = PHPSTORM xdebug.remote_enable=1 xdebug.remote_autostart=0 xdebug.remote_connect_back=0 -xdebug.remote_host=docker.for.mac.localhost +xdebug.remote_host=host.docker.internal xdebug.remote_port=9000 xdebug.remote_log=/tmp/php5-xdebug.log \ No newline at end of file