Skip to content

Instantly share code, notes, and snippets.

@cj2001
Last active January 26, 2021 17:56
Show Gist options
  • Save cj2001/f9bdf4e21945b95eac81c3bc6ec95ba4 to your computer and use it in GitHub Desktop.
Save cj2001/f9bdf4e21945b95eac81c3bc6ec95ba4 to your computer and use it in GitHub Desktop.
Starter Docker container for Medium post
docker run -p 7474:7474 -p 7687:7687 \
--volume=$HOME/graph_data/data:/data \
--volume=$HOME/graph_data/gameofthrones/data:/var/lib/neo4j/import \
--volume=$HOME/graph_data/plugins:/var/lib/neo4j/plugins \
--volume=$home/neo4j/logs:/var/lib/neo4j/logs \
--env NEO4J_dbms_security_procedures_unrestricted=gds.\\\*,apoc.\\\* \
--env apoc.import.file.enabled=true \
--env NEO4J_AUTH=neo4j/1234 \
neo4j:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment