Skip to content

Commit

Permalink
Merge pull request #77 from EmakinaFR/feature/blackfire
Browse files Browse the repository at this point in the history
Update Blackfire to version 2
  • Loading branch information
Fulmenef authored Nov 25, 2021
2 parents 00f0a52 + 239db0b commit a28d927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DOCKER_PHP_IMAGE=7.4
DOCKER_MYSQL_IMAGE=latest
DOCKER_MYSQL_IMAGE=8.0
DOCKER_ELASTICSEARCH_IMAGE=7.6
DOCKER_REDIS_IMAGE=6.2

#COMPOSER_DOWNGRADE=1

##### BLACKFIRE
BLACKFIRE_PORT=8707
BLACKFIRE_DISABLE_LEGACY_PORT=1
BLACKFIRE_LOG_LEVEL=2
BLACKFIRE_SERVER_ID=
BLACKFIRE_SERVER_TOKEN=
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.4"

services:
blackfire:
image: blackfire/blackfire
image: blackfire/blackfire:2
env_file: ${PROJECT_LOCATION}/docker/local/.env
depends_on:
- php
Expand Down

0 comments on commit a28d927

Please sign in to comment.