Created
June 27, 2018 01:53
-
-
Save dishuostec/38369471808146d69c5066e6fd7d2ef2 to your computer and use it in GitHub Desktop.
xdebug on docker for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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