diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-22 13:43:45 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-24 18:42:34 -0400 |
commit | 8a01a1222875b190d32769f7a6e7a74720079d2a (patch) | |
tree | a1eb288b4a4fc4161bbe085a7d010c6df6746fde /docker | |
parent | d2de219f6cf5d6ce371f529988f9337653878e58 (diff) | |
download | gitlab-ce-8a01a1222875b190d32769f7a6e7a74720079d2a.tar.gz |
Change default admin password from "5iveL!fe" to "password"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 4 |
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. |