Last active 1731944270

mathieu's Avatar mathieu revised this gist 1731944270. Go to revision

1 file changed, 8 insertions

docker-compose.yml(file created)

@@ -0,0 +1,8 @@
1 + services:
2 + neo4j:
3 + ports:
4 + - 7474:7474
5 + - 7687:7687
6 + volumes:
7 + - $HOME/neo4j/data:/data
8 + image: neo4j
Newer Older