Update README.md

This commit is contained in:
wuweixin
2021-05-01 00:39:19 +08:00
committed by GitHub
parent f5e4649702
commit c39e06c2dd
+1 -1
View File
@@ -23,7 +23,7 @@ This project contains a Docker image meant to facilitate the deployment of [Naco
## Quick Start
```shell
docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0-bugfix
docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.0-bugfix
```