Skip to content

Commit

Permalink
Update Blackfire to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulmenef committed Nov 25, 2021
1 parent 00f0a52 commit 239db0b
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 239db0b

Please sign in to comment.