Skip to content

Commit b11befa

Browse files
committed
fix: Add args to 4.4 docker compose
1 parent 176ae50 commit b11befa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose-neo4j-4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ services:
3030
build:
3131
context: .
3232
dockerfile: Dockerfile
33+
args:
34+
PHP_VERSION: ${PHP_VERSION}
3335
networks:
3436
- neo4j
3537
volumes:

0 commit comments

Comments
 (0)