This is an automated email from the ASF dual-hosted git repository.

benjobs 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 eb77b663 Update 4-dockerDeployment.md (#332)
eb77b663 is described below

commit eb77b6630a94193d1b3ff2f780570c60627d7a6a
Author: xaitx <[email protected]>
AuthorDate: Wed Feb 28 21:04:41 2024 +0800

    Update 4-dockerDeployment.md (#332)
    
    Fix docker deployment
---
 .../current/user-guide/4-dockerDeployment.md         | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

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 b8c4818c..7cf9b08b 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
@@ -26,8 +26,8 @@ sidebar_position: 4
 #### 2. 部署
 
 ```shell
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/.env
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/docker-compose.yaml
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/.env
 docker-compose up -d
 ```
 服务启动后,可以通过 http://localhost:10000 访问 StreamPark,同时也可以通过 
http://localhost:8081访问Flink。访问StreamPark链接后会跳转到登陆页面,StreamPark 默认的用户和密码分别为 
admin 和 streampark。想要了解更多操作请参考用户手册快速上手。
@@ -55,8 +55,8 @@ docker-compose up -d
 注意:部署支持的多样性是通过.env这个配置文件来进行维护的,要保证目录下有且仅有一个.env文件
 
 ```shell
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/mysql/.env
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/docker-compose.yaml
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/mysql/.env
 vim .env
 ```
 
@@ -77,8 +77,8 @@ docker-compose up -d
 ### 沿用已有的 Pgsql 服务
 
 ```shell
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/deploy/docker/pgsql/.env
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/docker-compose.yaml
+wget 
https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/pgsql/.env
 vim .env
 ```
 
@@ -97,14 +97,14 @@ docker-compose up -d
 
 ```shell
 git clone https://github.com/apache/incubator-streampark.git
-cd incubator-streampark/deploy/docker
+cd incubator-streampark/docker
 vim docker-compose.yaml
 ```
 
 ```shell
     build:
       context: ../..
-      dockerfile: deploy/docker/Dockerfile
+      dockerfile: docker/Dockerfile
 #   image: ${HUB}:${TAG}
 ```
 ![](/doc/image/streampark_source_generation_image.png)
@@ -187,7 +187,7 @@ volumes:
 最后,执行启动命令:
 
 ```shell
-cd deploy/docker
+cd docker
 docker-compose up -d
 ```
 
@@ -210,4 +210,4 @@ ls
 
 ![](/doc/image/streampark_docker_ls_hadoop.png)
 
-同时,其它配置文件,如maven的settings.xml文件也是以同样的方式上传。
\ No newline at end of file
+同时,其它配置文件,如maven的settings.xml文件也是以同样的方式上传。

Reply via email to