]>
BookStack Code Mirror - bookstack/blob - dev/docker/php/conf.d/xdebug.ini
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
chore(dev): add xdebug support for docker setup
[bookstack]
/
dev
/
docker
/
php
/
conf.d
/
xdebug.ini
1
zend_extension=xdebug
2
3
[xdebug]
4
xdebug.mode=debug
5
xdebug.client_host=host.docker.internal
6
xdebug.start_with_request=yes
7
xdebug.client_port=9090