add xdebug configs ini file to container

This commit is contained in:
2025-12-14 01:45:22 +03:30
parent b5b956b1d1
commit 16a94d8d55

8
docker/php/xdebug.ini Normal file
View File

@@ -0,0 +1,8 @@
zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.discover_client_host=0
xdebug.client_host=host.docker.internal
xdebug.client_port=9003