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:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 20:43:45 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-25 01:42:34 +0300
commit8a01a1222875b190d32769f7a6e7a74720079d2a (patch)
treea1eb288b4a4fc4161bbe085a7d010c6df6746fde /docker
parentd2de219f6cf5d6ce371f529988f9337653878e58 (diff)
Change default admin password from "5iveL!fe" to "password"
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index fb3bde5016d..9507aa6a63c 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -13,7 +13,7 @@ It might take a while before the docker container is responding to queries.
You can check the status with something like `sudo docker logs -f 7c10172d7705`.
-You can login to the web interface with username `root` and password `5iveL!fe`.
+You can login to the web interface with username `root` and password `password`.
Next time, you can just use docker start and stop to run the container.
@@ -159,4 +159,4 @@ sudo docker push sytse/gitlab-data
## Troubleshooting
-Please see the [troubleshooting](troubleshooting.md) file in this directory. \ No newline at end of file
+Please see the [troubleshooting](troubleshooting.md) file in this directory.