Skip to content

Commit 0c58148

Browse files
committed
Updating docker details
1 parent 61c8a6c commit 0c58148

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/runtests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ using Dates
77

88
## To run the IIF tests, you need a local Neo4j with user/pass neo4j:test
99
# To run a Docker image
10-
# Install: docker pull neo4j
11-
# Run: docker run -d --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/test neo4j
10+
# NOTE: that Neo4j.jl doesn't currently support > Neo4j 3.x
11+
# Install: docker pull neo4j:3.5.6
12+
# Run: docker run -d --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/test neo4j:3.5.6
1213
##
1314

1415
# If you want to enable debugging logging (very verbose!)

0 commit comments

Comments
 (0)