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
commit d5a3e8a0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```