This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new be8228a update standalone-deployment.md (#423)
be8228a is described below
commit be8228afdb1a809481cbe5521566011dfeadaf99
Author: qiuzhongbiao <[email protected]>
AuthorDate: Thu Aug 19 08:51:10 2021 +0800
update standalone-deployment.md (#423)
Co-authored-by: qiuzhongbiao <[email protected]>
---
docs/zh-cn/1.3.7/user_doc/standalone-deployment.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh-cn/1.3.7/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.7/user_doc/standalone-deployment.md
index b0097ce..bcffadc 100644
--- a/docs/zh-cn/1.3.7/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.7/user_doc/standalone-deployment.md
@@ -291,12 +291,12 @@ http://192.168.xx.xx:12345/dolphinscheduler
# 9、启停服务
-* 一键停止集群所有服务
+* 一键停止所有服务
```shell
sh ./bin/stop-all.sh
```
-* 一键开启集群所有服务
+* 一键开启所有服务
```shell
sh ./bin/start-all.sh