Skip to content

Commit

Permalink
Update neo4j_docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annmary-roy authored Aug 22, 2024
1 parent 852555a commit e25f18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/neo4j_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run --name testneo4j \
-v $HOME/neo4j/logs:/logs \
-v $HOME/neo4j/import:/var/lib/neo4j/import \
-v $HOME/neo4j/plugins:/plugins \
--env NEO4J_AUTH=neo4j/test \
--env NEO4J_AUTH=neo4j/test1234 \
neo4j:latest
```
Expand Down

0 comments on commit e25f18b

Please sign in to comment.