replace official neo4j image with tpires/neo4j

because of this wired error
(https://github.com/neo4j/docker-neo4j/issues/33)
This commit is contained in:
Mahmoud Zalt
2016-05-20 21:21:19 +03:00
parent 8bff7656f6
commit 06c4c19a6f
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,7 @@
FROM neo4j:3.0
FROM tpires/neo4j
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
VOLUME /var/lib/neo4j
VOLUME /var/lib/neo4j/data
EXPOSE 7474 7687
CMD ["neo4j"]
EXPOSE 7474 1337