Update README.md

This commit is contained in:
wuweixin 2021-05-01 00:39:19 +08:00 committed by GitHub
parent f5e4649702
commit c39e06c2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ This project contains a Docker image meant to facilitate the deployment of [Naco
## Quick Start ## Quick Start
```shell ```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
``` ```