Add initial xdebug support

Enable using `XDEBUG_MODE=debug docker compose up`.
This commit is contained in:
Oliver Davies 2024-05-01 23:21:43 +01:00
parent d6f8b29065
commit 4138112e4c
3 changed files with 8 additions and 9 deletions
tools/docker/images/php/root/usr/local/etc/php/conf.d

View file

@ -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