We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
More info see https://neo4j.com/docs/operations-manual/current/docker/introduction/
The text was updated successfully, but these errors were encountered: