From 9d7223b038999916ae16a72561d8e141590c1823 Mon Sep 17 00:00:00 2001 From: Lyle Shaw Date: Tue, 12 Apr 2022 09:45:25 +0800 Subject: [PATCH] [doc] fix url wrong in zh doc (#9421) Co-authored-by: xiaoliangyu --- docs/docs/zh/guide/start/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/zh/guide/start/docker.md b/docs/docs/zh/guide/start/docker.md index 81cff47374..6e9970024b 100644 --- a/docs/docs/zh/guide/start/docker.md +++ b/docs/docs/zh/guide/start/docker.md @@ -52,7 +52,7 @@ $ docker-compose up -d #### 3、登录系统 -访问前端页面:http://localhost:12345/dolphinscheduler,如果有需要请修改成对应的 IP 地址 +访问前端页面:[http://localhost:12345/dolphinscheduler](http://localhost:12345/dolphinscheduler) ,如果有需要请修改成对应的 IP 地址 默认的用户是`admin`,默认的密码是`dolphinscheduler123`