Skip to content

Instantly share code, notes, and snippets.

@pekechis
Created January 7, 2021 22:21
XDEBUG 3 Configuration PHP Dockerized
zend_extension=xdebug
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.log = /tmp/xdebug.log
xdebug.client_host = 172.17.0.1
xdebug.client_port = 9003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment