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 a88cfda  Update README.md
a88cfda is described below

commit a88cfda0d787080bec1718c4ec2a52647ddf3fe1
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Sat Feb 27 21:17:54 2021 +0800

    Update README.md
---
 oap-server/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oap-server/README.md b/oap-server/README.md
index 5f3d016..73b82be 100644
--- a/oap-server/README.md
+++ b/oap-server/README.md
@@ -20,7 +20,7 @@ $ docker run --name oap --restart always -d 
apache/skywalking-oap-server:8.3.0-e
 ## Start a `standlone` container with `elasticsearch7` storage whose address 
is `elasticsearch:9200`
 
 ```shell
-$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch7 -e 
SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 
apache/skywalking-oap-server:8.3.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:8.3.0-es7
 ```
 
 # Configuration

Reply via email to