Skip to content

Commit cc5b900

Browse files
committed
Uncommented the PHP 7.4 setting
thanks @julienloizelet for notifying in #150
1 parent 5b713e9 commit cc5b900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ services:
9292
context: build/dist/php
9393
args:
9494
- FROM_TAG=php74-fpm
95-
# environment:
96-
# - "BLACKFIRE_AGENT_SOCKET=unix:///dev/null"
95+
environment:
96+
- "BLACKFIRE_AGENT_SOCKET=unix:///dev/null"
9797
volumes:
9898
- dockerdev-workspace-volume:/data
9999
links:

0 commit comments

Comments
 (0)