Skip to content

Commit 39de21d

Browse files
aFlyBird0steinliber
authored andcommitted
chore: update prompt about getting root password of gitlab-ce-docker
Signed-off-by: Bird <[email protected]>
1 parent 4d9b0dd commit 39de21d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/pkg/plugin/gitlabcedocker/options.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ func (opts *Options) setGitLabURL() {
5858

5959
func showHelpMsg(options configmanager.RawOptions) error {
6060
log.Infof("GitLab access URL: %s", gitlabURL)
61-
log.Infof("GitLab initial root password: execute the command -> docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password")
61+
log.Info("Execute these two command to get/set GitLab root password: ")
62+
log.Info("1. docker exec -it gitlab bash")
63+
log.Info(`2. gitlab-rake "gitlab:password:reset"`)
6264

6365
return nil
6466
}

0 commit comments

Comments
 (0)