

#XDEBUG_CONFIG: remote_host=, remote_port=9001 working_dir : "/var/www/html" mysql : image : phpstorm/mysql ports : - "33056:3306" volumes :. If this is # the case, in the Settings | Languages & Frameworks | PHP | Debug, set the # Debug port to 9001, and use the following configuration line instead. PhpStorm will # remain silent on starting listening for incoming connections. XDEBUG_CONFIG : remote_host=pop-os #For macOS, if you use a local Homebrew php-fpm installation, port `9000` # (which is the default debugging port) may become occupied. #For Linux, replace the line below with your hostname, # which you can obtain by executing `hostname` in Terminal. :/var/# which will automatically resolve to the internal address of the host # Docker is running on. Version : '2' services : debug : image : phpstorm/php-73-apache-xdebug-27 ports : - "8081:80" volumes :.
