We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d552a commit cc1c957Copy full SHA for cc1c957
docker-compose-neo4j-4.yml
@@ -32,7 +32,7 @@ services:
32
context: .
33
dockerfile: Dockerfile
34
args:
35
- PHP_VERSION: "${PHP_VERSION}"
+ PHP_VERSION: "${PHP_VERSION-8.1}"
36
networks:
37
- neo4j
38
volumes:
@@ -47,7 +47,7 @@ services:
47
48
49
50
51
WITH_XDEBUG: true
52
working_dir: /opt/project
53
docker-compose.yml
@@ -26,7 +26,7 @@ x-definitions:
26
27
28
29
30
31
- .:/opt/project
x-common-cluster:
0 commit comments