You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2021/02/20 07:00:35 UTC

[incubator-dolphinscheduler-website] branch master updated: fix docker UI home address (#297)

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

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a0cf0e  fix docker UI home address (#297)
3a0cf0e is described below

commit 3a0cf0efe2e7d9a56d9a25ed8b558ee21efca08d
Author: Kirs <ac...@163.com>
AuthorDate: Sat Feb 20 15:00:27 2021 +0800

    fix docker UI home address (#297)
    
    * release 1.3.5
    
    * docker fix docker UI home address
---
 docs/zh-cn/1.3.5/user_doc/docker-deployment.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-cn/1.3.5/user_doc/docker-deployment.md b/docs/zh-cn/1.3.5/user_doc/docker-deployment.md
index 6bb8623..4165c02 100644
--- a/docs/zh-cn/1.3.5/user_doc/docker-deployment.md
+++ b/docs/zh-cn/1.3.5/user_doc/docker-deployment.md
@@ -29,7 +29,7 @@ docker-compose -f ./docker/docker-swarm/docker-compose.yml up -d
 ```
 
 ##### 3、登录系统   
-访问前端界面: http://192.168.xx.xx:8888
+访问前端界面: http://192.168.xx.xx:12345/dolphinscheduler 
  <p align="center">
    <img src="/img/login.png" width="60%" />
  </p>
@@ -67,7 +67,7 @@ $ docker run -dit --name dolphinscheduler \
 dolphinscheduler all
 ```
 ##### 6、登录系统   
-访问前端界面: http://192.168.xx.xx:8888
+访问前端界面: http://192.168.xx.xx:12345/dolphinscheduler 
  <p align="center">
    <img src="/img/login.png" width="60%" />
  </p>