Merge pull request #181 from wuwx/patch-1

Update README.md
This commit is contained in:
paderlol
2021-05-01 01:15:26 +08:00
committed by GitHub
+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
```