Skip to content

Instantly share code, notes, and snippets.

@Denys-Bushulyak
Created October 22, 2017 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Denys-Bushulyak/b741cfb2ad90e53df85c090073007007 to your computer and use it in GitHub Desktop.
Save Denys-Bushulyak/b741cfb2ad90e53df85c090073007007 to your computer and use it in GitHub Desktop.
Xdebug docker container (or service at swarm) configuration
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