Support Neo4j DB (beta)
This commit is contained in:
9
neo4j/Dockerfile
Normal file
9
neo4j/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM neo4j:3.0
|
||||
|
||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||
|
||||
VOLUME /var/lib/neo4j
|
||||
|
||||
EXPOSE 7474 7687
|
||||
|
||||
CMD ["neo4j"]
|
Reference in New Issue
Block a user