From 96644e6a6c668c211b11d6392b77769a2e55ea79 Mon Sep 17 00:00:00 2001 From: lvillis <56720445+lvillis@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:23:52 +0800 Subject: [PATCH] chore(docs): update cluster startup command --- README_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH.md b/README_ZH.md index bb8fce1..9a886d5 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -106,7 +106,7 @@ * 集群 ```powershell - docker-compose -f cluster.yaml up + docker-compose -f cluster-hostname.yaml up ```