Added a dockerfile with xdebug for development

This commit is contained in:
Dale Davies
2022-04-20 08:44:57 +01:00
parent ae910173bf
commit 46b3931442
2 changed files with 74 additions and 0 deletions

6
docker/xdebug.ini Normal file
View File

@@ -0,0 +1,6 @@
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.discover_client_host = true
xdebug.start_with_request=trigger
xdebug.log="/tmp/xdebug.log"