소스 검색

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 \
     --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
 ```