Преглед на файлове

don't save data as this is an auditing tool

Chris Mague преди 7 години
родител
ревизия
6661e1879b
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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 \
 docker run --rm \
     --publish=7474:7474 --publish=7687:7687 \
     --publish=7474:7474 --publish=7687:7687 \
-    --volume=$HOME/tmp/neo4j/data:/data \
-    --volume=$HOME/tmp/neo4j/logs:/logs \
     -e NEO4J_AUTH='none' \
     -e NEO4J_AUTH='none' \
     neo4j:3.1.4
     neo4j:3.1.4
 ```
 ```