You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/12/05 08:04:47 UTC

[skywalking-docker] branch master updated: Update README.md (#14)

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 02cf31b  Update README.md (#14)
02cf31b is described below

commit 02cf31bf796ccb8a2b7e441e9b118218b6e23c51
Author: tristan <ta...@gmail.com>
AuthorDate: Sat Dec 5 16:04:37 2020 +0800

    Update README.md (#14)
---
 8/8.3.0/oap-es7/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/8/8.3.0/oap-es7/README.md b/8/8.3.0/oap-es7/README.md
index dfd27a9..d4f8744 100644
--- a/8/8.3.0/oap-es7/README.md
+++ b/8/8.3.0/oap-es7/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 `elasticsearch` storage whose address is `elasticsearch:9200`
 
 ```shell
-$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:8.3.0-es7
+$ 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