You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/10/18 08:07:00 UTC

[incubator-devlake] branch main updated: refactor: update docker-compose config ui default password (#3461)

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

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b5084c2 refactor: update docker-compose config ui default password (#3461)
4b5084c2 is described below

commit 4b5084c248f573ce882d9e63f6a7f6a0a24ae9e7
Author: abeizn <zi...@merico.dev>
AuthorDate: Tue Oct 18 16:06:55 2022 +0800

    refactor: update docker-compose config ui default password (#3461)
    
    * refactor: update docker-compose config ui default password
    
    * refactor: update docker-compose config ui default password
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 88f35b8b..0144a6b0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -88,7 +88,7 @@ services:
       DEVLAKE_ENDPOINT: devlake:8080
       GRAFANA_ENDPOINT: grafana:3000
       #ADMIN_USER: devlake
-      #ADMIN_PASS: merico
+      #ADMIN_PASS: letsdivein
     depends_on:
       - devlake