Browse Source

don't save data as this is an auditing tool

Chris Mague 7 years ago
parent
commit
6661e1879b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Readme.md

+ 0 - 2
Readme.md

@@ -18,8 +18,6 @@ See the tag_policy section of the config.yaml.example file for ideas
 ```
 docker run --rm \
     --publish=7474:7474 --publish=7687:7687 \
-    --volume=$HOME/tmp/neo4j/data:/data \
-    --volume=$HOME/tmp/neo4j/logs:/logs \
     -e NEO4J_AUTH='none' \
     neo4j:3.1.4
 ```