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 8aa7e1c  update small errors in the docker deployment  (#280)
8aa7e1c is described below

commit 8aa7e1cc1aa194a8e2ddd42bba2d262a28b781c8
Author: dailidong <[email protected]>
AuthorDate: Thu Jan 21 19:26:04 2021 +0800

    update small errors in the docker deployment  (#280)
    
    * update error metadata version
    
    * add docker deployment doc in 1.3.4
    
    * update description about docker
    
    * update word "deploy" -> "deployment"
    
    * fix error,use unzip
    
    * update small error in the docker deployment
---
 docs/en-us/1.3.4/user_doc/docker-deployment.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/1.3.4/user_doc/docker-deployment.md 
b/docs/en-us/1.3.4/user_doc/docker-deployment.md
index 9e78a6a..e477336 100644
--- a/docs/en-us/1.3.4/user_doc/docker-deployment.md
+++ b/docs/en-us/1.3.4/user_doc/docker-deployment.md
@@ -7,7 +7,7 @@ In this way, you need to install docker-compose first, please 
install it yoursel
 
 ##### 1、 Download the source code zip package
 
--Please download the latest version of the source code package and unzip it
+- Please download the latest version of the source code package and unzip it
 ```shell
 mkdir -p /opt/soft/dolphinscheduler;
 cd /opt/soft/dolphinscheduler;
@@ -29,7 +29,7 @@ docker-compose -f ./docker/docker-swarm/docker-compose.yml up 
-d
 ##### 3、 Login the system
 Visit the front-end UI: http://192.168.xx.xx:8888
   <p align="center">
-    <img src="/img/login.png" width="60%" />
+    <img src="/img/login_en.png" width="60%" />
   </p>
 Then refer to the `Quick Start` in the chapter of the user manual to use
 

Reply via email to