add docker config files
This commit is contained in:
7
docker/php/xdebug.ini
Normal file
7
docker/php/xdebug.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
[xdebug]
|
||||
xdebug.mode=develop,debug
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.client_host=host.docker.internal
|
||||
xdebug.client_port=9003
|
||||
xdebug.idekey=PHPSTORM
|
||||
xdebug.log=/var/log/xdebug.log
|
||||
Reference in New Issue
Block a user