This is an automated email from the ASF dual-hosted git repository.
monster pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new f92905e5 Update 4-dockerDeployment.md (#149)
f92905e5 is described below
commit f92905e5c52317cbe0126d46543d6b4e18fc3f43
Author: wellCh4n <[email protected]>
AuthorDate: Mon Oct 3 00:26:50 2022 +0800
Update 4-dockerDeployment.md (#149)
Added missing directory switch command
---
.../current/user-guide/4-dockerDeployment.md | 1 +
1 file changed, 1 insertion(+)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
index 34e7dec8..6a587b3c 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/4-dockerDeployment.md
@@ -30,6 +30,7 @@ sidebar_position: 4
### 2.执行 Docker Compose 构建命令
```
+cd deploy/docker
docker-compose up -d
```
