Created
June 27, 2018 23:01
-
-
Save jpcaparas/00afb330a5bdf50a57a4177bdf63899f to your computer and use it in GitHub Desktop.
disable xdebug
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: '3.0' | |
services: | |
blackfire: | |
image: blackfire/blackfire | |
environment: | |
BLACKFIRE_SERVER_ID: "bbca40d2-459c-4e5e-a87f-42b8eed72417" | |
BLACKFIRE_SERVER_TOKEN: "cd660acd7a9a2365e5007e1329191032a8c464bbf018697aaca92e33d793a59f" | |
BLACKFIRE_CLIENT_ID: "9f37bbd8-cff1-41dd-ae03-84dee0bc753d" | |
BLACKFIRE_CLIENT_TOKEN: "c9e53296c4d78e92ae093f6fc5f8b11ccda375a8ae29d30d82acaa2d0d30c693" | |
php: | |
# image: figured/php-dev-blackfire:7.1 | |
volumes: | |
- ./docker/volumes/docker-php-ext-xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment