Created
October 22, 2017 15:03
-
-
Save Denys-Bushulyak/b741cfb2ad90e53df85c090073007007 to your computer and use it in GitHub Desktop.
Xdebug docker container (or service at swarm) configuration
This file contains 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" | |
services: | |
application: | |
image: php | |
environment: | |
— PHP_IDE_CONFIG=serverName=app.local #this is main part. And yes this is whitout quotation marks - it's requiring - wroted by blood :). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment