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:
authorzertrin <zrk951@gmail.com>2014-12-04 17:58:08 +0300
committerzertrin <zrk951@gmail.com>2014-12-04 17:58:08 +0300
commit4acf25169336b9d7a20782d5ad954a40db8764e0 (patch)
tree7069fa32382fc9c1cb2982ee90163cdb6c297344 /docker
parent490ae737c748a393e57040bfd649bb1c4244e494 (diff)
Fix typo in the README.md for docker
The container name has been previously renamed to "gitlab_app".
Diffstat (limited to '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`.