diff --git a/agent/app/service/app_install.go b/agent/app/service/app_install.go index 2a724a6dc..e75b5a02b 100644 --- a/agent/app/service/app_install.go +++ b/agent/app/service/app_install.go @@ -515,6 +515,7 @@ func (a *AppInstallService) GetServices(key string) ([]response.AppService, erro } else { service.From = constant.AppResourceRemote service.Status = constant.StatusRunning + service.Config = map[string]string{"PANEL_DB_ROOT_PASSWORD": db.Password, "PANEL_DB_ROOT_USER": db.Username} } res = append(res, service) }