Add initial xdebug support
Enable using `XDEBUG_MODE=debug docker compose up`.
This commit is contained in:
parent
d6f8b29065
commit
4138112e4c
3 changed files with 8 additions and 9 deletions
tools/docker/images/php/root/usr/local/etc/php/conf.d
|
@ -1,6 +1,3 @@
|
|||
xdebug.mode=develop,debug
|
||||
xdebug.client_host=host.docker.internal
|
||||
xdebug.discover_client_host=0
|
||||
xdebug.output_dir=/tmp/xdebug
|
||||
xdebug.log=/tmp/xdebug/xdebug-docker-drupal-example.log
|
||||
xdebug.start_with_request=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue