


docker/nginx/.htpasswd:/etc/nginx/. I was missing the network configuration in my docker-composer.yaml file, I added and now it looks like so: version: '3.7' Java 4566 myuser 54u IPv6 543552 0t0 TCP *:9003 (LISTEN)Īnd the problem seems to be in the host machine, I also tried to access the 9003 of the host from the container with no success.Īnyone knows what can be going on and what else could I test? Any help would be much appreciated :-) Sudo lsof -i -P -n | grep LISTEN | grep 9003 I also checked that is PHP Storm who is listening Nmap scan report for localhost (127.0.0.1) Open my 9003 port in my host machine, according to nmap is open: Tried: :9003 (fallback through xdebug.client_host/xdebug.client_port) :-(Ĭhange client host. That's with PHP storm, if I do it directly in the container: Could not connect to debugging client. When I try to execute any php script either with phpstorm or direcly in the container with bash I get this error: Xdebug: Could not connect to debugging client. docker/php/conf.d/error_reporting.ini:/usr/local/etc/php/conf.d/error_reporting.ini docker/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini I have a php container with xdebug installed in a Ubuntu 20.04 laptop: rest-example-php-8: The wordpress folder will contain all wordpress files. I've been struggling with this for some time and here I am :-) Viewed 1k times 1 I can't make the step debugging work with XDebug 3 on WP Dev Env inside Docker + WSL 2 Here is my folder structure Ignore the references.txt file, it has no use here.
