We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5703631 commit a9152f5Copy full SHA for a9152f5
docker-compose.yml
@@ -24,19 +24,19 @@ services:
24
- .env
25
restart: always
26
27
- neo4j:
28
- image: neo4j:5.25.1
29
- container_name: neo4j
30
- ports:
31
- - 7474:7474
32
- - 7687:7687
33
- volumes:
34
- - ./data/neo4j:/data
35
- - ./logs/neo4j:/logs
36
- environment:
37
- - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
38
- env_file:
39
- - envs/neo4j.env
40
- - .env
41
- restart: always
+ # neo4j:
+ # image: neo4j:5.25.1
+ # container_name: neo4j
+ # ports:
+ # - 7474:7474
+ # - 7687:7687
+ # volumes:
+ # - ./data/neo4j:/data
+ # - ./logs/neo4j:/logs
+ # environment:
+ # - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
+ # env_file:
+ # - envs/neo4j.env
+ # - .env
+ # restart: always
42
0 commit comments