Skip to content

Instantly share code, notes, and snippets.

@dishuostec
Created June 27, 2018 01:53
Show Gist options
  • Save dishuostec/38369471808146d69c5066e6fd7d2ef2 to your computer and use it in GitHub Desktop.
Save dishuostec/38369471808146d69c5066e6fd7d2ef2 to your computer and use it in GitHub Desktop.
xdebug on docker for windows
version: '2'
php:
image: ...
environment:
XDEBUG_CONFIG: remote_connect_back=0 remote_host=docker.for.win.localhost
PHP_IDE_CONFIG: serverName=SERVER_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment