/Docker-neo4j

This repository contains the Dockerfile for secops/neo4j image

Primary LanguageShell

neo4j Docker

Starting the container:

docker run -d -p 7474:7474 -p 7687:7687 -v neo4j_data:/data --name my_neo4j secops/neo4j