Skip to content
Snippets Groups Projects
Commit 6103f581 authored by Dorus's avatar Dorus
Browse files

chore: added readme with shell commands for future reference

parent b9578d8b
No related branches found
No related tags found
No related merge requests found
To run a neo4j db container locally
```
docker run --name neo4j -p 7687:7687 -p 7474:7474 -d --env NEO4J_AUTH=neo4j/password neo4j:latest
```
To access the neo4j container
```
docker exec -it neo4j bin/cypher-shell -u neo4j -p password
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment