Created
September 16, 2017 10:58
-
-
Save yuklia/bc8f49a06ab4892ca1373f6be7f97158 to your computer and use it in GitHub Desktop.
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
php: | |
build: ./php | |
volumes: | |
- ./../:/var/www | |
environment: | |
- XDEBUG_CONFIG=remote_host=10.254.254.254 | |
- PHP_IDE_CONFIG=serverName=plumbus.com # for console debugging | |
links: | |
- db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment