This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 78702fe Update README.md
78702fe is described below
commit 78702fe94fb9a194ba10af30276eb36994b0cc69
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Jun 1 17:23:18 2020 +0800
Update README.md
---
7/7.0/oap/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/7/7.0/oap/README.md b/7/7.0/oap/README.md
index 350c391..10e7d7a 100644
--- a/7/7.0/oap/README.md
+++ b/7/7.0/oap/README.md
@@ -17,10 +17,10 @@ This image can only connect to Elasticsearch **6** when
setting `SW_STORAGE`=`el
$ docker run --name oap --restart always -d
apache/skywalking-oap-server:7.0.0-es6
```
-## Start a `standlone` container with `elasticsearch` storage whose address is
`elasticsearch:9200`
+## Start a `standlone` container with `elasticsearch7` storage whose address
is `elasticsearch:9200`
```
-$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch -e
SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200
apache/skywalking-oap-server:7.0.0-es6
+$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch7 -e
SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200
apache/skywalking-oap-server:7.0.0-es6
```
# Configuration