This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 45a0109914fc Update docker.md (#390)
45a0109914fc is described below
commit 45a0109914fca56775f6172e4cf2c53fdc1138a7
Author: mikulc <[email protected]>
AuthorDate: Thu Sep 11 23:54:39 2025 +0800
Update docker.md (#390)
---
.../version-2.3.11/start-v2/docker/docker.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.11/start-v2/docker/docker.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.11/start-v2/docker/docker.md
index 87aabebeace4..bf1c1bd6e4ee 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.11/start-v2/docker/docker.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.11/start-v2/docker/docker.md
@@ -282,7 +282,7 @@ networks:
运行 `docker-compose up`命令来启动集群,该配置会启动一个master节点,2个worker节点
-启动完成后,可以运行`docker logs -f seatunne_master`, `docker logs -f
seatunnel_worker_1`来查看节点的日志
+启动完成后,可以运行`docker logs -f seatunnel_master`, `docker logs -f
seatunnel_worker_1`来查看节点的日志
当你访问`http://localhost:5801/hazelcast/rest/maps/system-monitoring-information`
时,可以看到集群的状态为1个master节点,2个worker节点.
#### 集群扩容
@@ -392,4 +392,4 @@ docker run --name seatunnel_client \
更多其他命令请参考[命令行工具](../../seatunnel-engine/user-command.md)
#### 使用RestAPI
-请参考 [提交作业](../../seatunnel-engine/rest-api-v2.md#提交作业)
\ No newline at end of file
+请参考 [提交作业](../../seatunnel-engine/rest-api-v2.md#提交作业)