提交 1352d3d9 编写于 作者: 旺阳 提交者: Jiajie Zhong

[Fix-10083][Doc]Change Docker cmd && Change WebexTeams Chinese Translation (#10084)

* Change Docker cmd && Change WebexTeams Chinese Translation

* run ci
Co-authored-by: Nqingwli <qingwli@cisco.com>
(cherry picked from commit cab46e6b)
上级 eedf2ba0
......@@ -83,7 +83,7 @@ $ docker run -d --name dolphinscheduler-tools \
-e SPRING_DATASOURCE_USERNAME="<USER>" \
-e SPRING_DATASOURCE_PASSWORD="<PASSWORD>" \
--net host \
apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" bin/create-schema.sh
apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" tools/bin/upgrade-schema.sh
# Starting DolphinScheduler service
$ docker run -d --name dolphinscheduler-master \
-e DATABASE="postgresql" \
......
......@@ -75,7 +75,7 @@ $ docker run -d --name dolphinscheduler-tools \
-e SPRING_DATASOURCE_USERNAME="<USER>" \
-e SPRING_DATASOURCE_PASSWORD="<PASSWORD>" \
--net host \
apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" bin/create-schema.sh
apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" tools/bin/upgrade-schema.sh
# 启动 DolphinScheduler 对应的服务
$ docker run -d --name dolphinscheduler-master \
-e DATABASE="postgresql" \
......
......@@ -1164,7 +1164,7 @@ const security = {
ToPersonEmail: '用户邮箱',
// eslint-disable-next-line quotes
AtSomeoneInRoom: "{'@'}房间中的成员",
Destination: '描述',
Destination: '目的地',
// eslint-disable-next-line quotes
AtMobiles: "被{'@'}人的手机号",
// eslint-disable-next-line quotes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册