From c39e06c2dd46894174f2f121fb2de628e8767e13 Mon Sep 17 00:00:00 2001 From: wuweixin Date: Sat, 1 May 2021 00:39:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3490ac..bf6ea0e 100644 --- a/README.md +++ b/README.md @@ -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 ```