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 0dae7441 Docker compose url not found bug fixed (#184)
0dae7441 is described below

commit 0dae744127b3b37c3cdfea9bbdb51e735d561be4
Author: benjobs <[email protected]>
AuthorDate: Fri Feb 24 08:44:47 2023 +0800

    Docker compose url not found bug fixed (#184)
    
    * download template
    
    * docker compose url not found bug fixed
---
 docs/user-guide/4-dockerDeployment.md                                 | 4 ++--
 .../current/user-guide/4-dockerDeployment.md                          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user-guide/4-dockerDeployment.md 
b/docs/user-guide/4-dockerDeployment.md
index 644ce9d4..ef5bf336 100644
--- a/docs/user-guide/4-dockerDeployment.md
+++ b/docs/user-guide/4-dockerDeployment.md
@@ -22,8 +22,8 @@ To start the service with docker-compose, you need to install 
[docker-compose](h
 #### Deployment
 
 ```html
-wget 
https://raw.github.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
-wget 
https://raw.github.com/apache/incubator-streampark/blob/dev/deploy/docker/.env
+wget 
https://github.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
+wget https://github.com/apache/incubator-streampark/blob/dev/deploy/docker/.env
 docker-compose up -d
 ```
 
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 fbf5f275..beea1d31 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
@@ -23,8 +23,8 @@ sidebar_position: 4
 #### 部署
 
 ```sh
-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://github.com/apache/incubator-streampark/blob/dev/deploy/docker/docker-compose.yaml
+wget https://github.com/apache/incubator-streampark/blob/dev/deploy/docker/.env
 docker-compose up -d
 ```
 服务启动后,可以通过 http://localhost:10000 访问 StreamPark,同时也可以通过 
http://localhost:8081访问Flink。访问StreamPark链接后会跳转到登陆页面,StreamPark 默认的用户和密码分别为 
admin 和 streampark。想要了解更多操作请参考用户手册快速上手。

Reply via email to