You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/02/26 05:28:48 UTC

[incubator-dolphinscheduler] branch dev updated: Update README.md (#4882)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new fbe0eda  Update README.md (#4882)
fbe0eda is described below

commit fbe0edac070df6322ce72b269255ff70f64c9c3d
Author: alphabet5 <al...@users.noreply.github.com>
AuthorDate: Thu Feb 25 23:28:39 2021 -0600

    Update README.md (#4882)
    
    Added the default login credentials for the web UI.
---
 docker/build/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/build/README.md b/docker/build/README.md
index 7f6983b..e13ff5c 100644
--- a/docker/build/README.md
+++ b/docker/build/README.md
@@ -25,6 +25,8 @@ The default **zookeeper** is created in the `docker-compose.yml`.
 
 Access the Web UI:http://192.168.xx.xx:12345/dolphinscheduler
 
+The default username is `admin` and the default password is `dolphinscheduler123`
+
 #### Or via Environment Variables **`DATABASE_HOST`** **`DATABASE_PORT`** **`DATABASE_DATABASE`** **`ZOOKEEPER_QUORUM`**
 
 You can specify **existing postgres and zookeeper service**. Example: