Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker command for Neo4j #18

Open
Peter9192 opened this issue Jul 19, 2023 · 0 comments
Open

Docker command for Neo4j #18

Peter9192 opened this issue Jul 19, 2023 · 0 comments

Comments

@Peter9192
Copy link
Member

I tried running neo4j from docker. Here's a command to run it including the APOC plugin, setting an initial password, and mounting a data folder:

docker run -it --rm \
  --publish 7474:7474 --publish=7687:7687 \
  --env NEO4J_AUTH=neo4j/difficult-password-6128 \
  --env NEO4J_PLUGINS='["apoc"]' \
  --volume=$HOME/nlesc/rcn_py/year2022:/data \
  neo4j:5.9.0

More info see https://neo4j.com/docs/operations-manual/current/docker/introduction/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant