24 Dec 2020 Starting Neo4j in docker docker run \ --name testneo4j \ -p7474:7474 -p7687:7687 \ -d \ -v $HOME/neo4j/data:/data \ -v… Read more