zend_extension=xdebug
[xdebug]
xdebug.mode=debug,develop,profile
#only if you use linux instead of Windows(WSL/2)
#xdebug.client_host=host.docker.internal
#host IP (значение nameserver WSL2): cat /etc/resolv.conf )
xdebug.client_host=172.27.192.1
xdebug.start_with_request=yes
xdebug.idekey=PHPSTORM
xdebug.discover_client_host=false