Skip to content

Instantly share code, notes, and snippets.

@neylsoncrepalde
Last active January 17, 2023 15:26
Show Gist options
  • Save neylsoncrepalde/7bec6fc713bf986a6d38f1284686338d to your computer and use it in GitHub Desktop.
Save neylsoncrepalde/7bec6fc713bf986a6d38f1284686338d to your computer and use it in GitHub Desktop.
docker run \
--name neo4j \
-p7474:7474 -p7687:7687 \
-d \
-v $HOME/neo4j/data:/data \
-v $HOME/neo4j/logs:/logs \
-v $HOME/neo4j/import:/var/lib/neo4j/import \
-v $HOME/neo4j/plugins:/plugins \
--env NEO4J_AUTH=neo4j/testtest \
--env NEO4JLABS_PLUGINS='["graph-data-science"]' \
neo4j:5.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment