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 78d9683 commit 2e53f35Copy full SHA for 2e53f35
dev/neo4j.yaml
@@ -0,0 +1,14 @@
1
+services:
2
+ neo4j:
3
+ image: neo4j:latest
4
+ volumes:
5
+ - /$HOME/neo4j/logs:/logs
6
+ - /$HOME/neo4j/config:/config
7
+ - /$HOME/neo4j/data:/data
8
+ - /$HOME/neo4j/plugins:/plugins
9
+ environment:
10
+ - NEO4J_AUTH=neo4j/cocoindex
11
+ ports:
12
+ - "7474:7474"
13
+ - "7687:7687"
14
+ restart: always
0 commit comments