Skip to content

Instantly share code, notes, and snippets.

@mmenavas
Last active April 5, 2019 20:59
Show Gist options
  • Save mmenavas/5e43a9f688271b7ea11df3243377c301 to your computer and use it in GitHub Desktop.
Save mmenavas/5e43a9f688271b7ea11df3243377c301 to your computer and use it in GitHub Desktop.
xDebug in Docker for Mac
[xdebug]
zend_extension=xdebug.so
xdebug.idekey = PHPSTORM
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_host=host.docker.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment