From 81f878000bbedf98e6317bb716ebc15312fb5010 Mon Sep 17 00:00:00 2001 From: lun3322 Date: Tue, 11 May 2021 17:52:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6ea0e..58cadb1 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.0-bugfix +docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.1 ``` @@ -32,7 +32,7 @@ docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-ser * Tips: You can change the version of the Nacos image in the compose file from the following configuration. `example/.env` ```dotenv -NACOS_VERSION=2.0.0-bugfix +NACOS_VERSION=2.0.1 ``` Run the following command: