Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Created June 18, 2020 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gayanvirajith/b66724d2cddf6090c6daca296c10c8ef to your computer and use it in GitHub Desktop.
Save gayanvirajith/b66724d2cddf6090c6daca296c10c8ef to your computer and use it in GitHub Desktop.
Neo4J Help

How to run neo4j using docker

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/neo4j/data:/data \
    neo4j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment