summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-12-14 14:49:48 +0100
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-12-14 14:49:48 +0100
commited7b3f84aea9bdac396a5ad70751fe9fd3549961 (patch)
tree539a8f293ca8ebe476d01bd1bf668af4d9360701
parent3615b4de24d584441ab3e26e5db662f7fb3d41fa (diff)
parent4acf25169336b9d7a20782d5ad954a40db8764e0 (diff)
downloadgitlab-ce-ed7b3f84aea9bdac396a5ad70751fe9fd3549961.tar.gz
Merge pull request #8429 from zertrin/fix-typo-in-docker-readme-1
Fix typo in the README.md for docker
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 1fbf703e25c..58982a238a8 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -39,7 +39,7 @@ After creating this run GitLab:
sudo docker run --detach --name gitlab_app --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data gitlab_image
```
-It might take a while before the docker container is responding to queries. You can follow the configuration process with `docker logs -f gitlab`.
+It might take a while before the docker container is responding to queries. You can follow the configuration process with `docker logs -f 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`.