From 7229c14c34f80775636cd4b4f28a1d39870a6769 Mon Sep 17 00:00:00 2001 From: mroldx Date: Sat, 11 Mar 2023 17:39:54 +0800 Subject: [PATCH] update: README.md --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8668fc8..87d0e17 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Run the following command: docker-compose -f example/standalone-mysql-8.yaml up ``` -* Cluster +* Standalone Nacos Cluster ```powershell docker-compose -f example/cluster-hostname.yaml up diff --git a/README_ZH.md b/README_ZH.md index 63c4797..8485c3a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -49,7 +49,7 @@ docker-compose -f example/standalone-mysql-8.yaml up ``` -* 集群模式 +* docker单节点部署集群模式 ```powershell docker-compose -f example/cluster-hostname.yaml up