提交 aadc3f1d 编写于 作者: L lixin40

modify the version 8.0.0 to 8.0.1 in README.md

上级 8cad4fff
......@@ -13,13 +13,13 @@ This image can only connect to Elasticsearch **6** when setting `SW_STORAGE`=`el
## Start a `standlone` container with `H2` storage
```
```shell
$ docker run --name oap --restart always -d apache/skywalking-oap-server:8.0.1-es6
```
## 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.0.1-es6
```
......
......@@ -20,7 +20,7 @@ This image would start up SkyWalking UI only.
## Start a container to connect oap server whose address is `oap:12800`
```
```shell
$ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:8.0.1
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册