Update README.md

This commit is contained in:
Deepzz
2021-09-14 21:32:37 +08:00
committed by GitHub
parent cfaa25e123
commit 6387412776

View File

@@ -29,7 +29,7 @@ $ docker run --name mongodb \
$ docker run --name elasticsearch \
-p 9200:9200 \
-p ${PWD}/esdata:/usr/share/elasticsearch/data \
-v ${PWD}/esdata:/usr/share/elasticsearch/data \
deepzz0/elasticsearch:2.4.1
```