Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-12-03 14:43:26 +0300
committerSytse Sijbrandij <sytses@gmail.com>2014-12-03 14:43:26 +0300
commit3838b168b33163d4cbe64b7ff6e6b408bc8d857f (patch)
tree777312f2eb65806ae3674f0f770fdc771b6dbfe6 /docker
parent9e4d39c0513fc91fc2c844d482e82a8e9df8927d (diff)
Add password hint.
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index a2a194bd42c..a489203d017 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -41,7 +41,9 @@ sudo docker run --detach --name gitlab_app --publish 8080:80 --publish 2222:22 -
It might take a while before the docker container is responding to queries.
-You can then go to `http://localhost:8080/` (or `http://192.168.59.103:8080/` if you use boot2docker). Next time, you can just use `sudo docker start gitlab_app` and `sudo docker stop gitlab_app`.
+You can then go to `http://localhost:8080/` (or `http://192.168.59.103:8080/` if you use boot2docker).
+You can login with username `root` and password `5iveL!fe`.
+Next time, you can just use `sudo docker start gitlab_app` and `sudo docker stop gitlab_app`.
How to configure GitLab