diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-14 17:59:36 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-14 17:59:36 +0200 |
commit | b3ab0e4efb6c242cf39805fb8c94c3e6023d15ec (patch) | |
tree | 4f7c45846ff3f48010d3037809af207471799c05 /docker | |
parent | 1da6d42bca549265112aee4375b35181d39952f9 (diff) | |
download | gitlab-ce-b3ab0e4efb6c242cf39805fb8c94c3e6023d15ec.tar.gz |
Revert "Change default admin password from "5iveL!fe" to "password""
This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index 293ca79f915..23093d35759 100644 --- a/docker/README.md +++ b/docker/README.md @@ -10,7 +10,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 gitlab`. -You can login to the web interface with username `root` and password `password`. +You can login to the web interface with username `root` and password `5iveL!fe`. Next time, you can just use docker start and stop to run the container. |