Readme: Update external host used for dockerized GitLab service (Fixes #359)

This commit is contained in:
Oscar Salvador Morillo Victoria 2016-06-15 19:55:36 +02:00
parent be899dea63
commit 6f43a5ef2d
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ docker-compose up -d
## Access GitLab
To access `GitLab`, point your browser to `http://localhost:10080` and set a password for the `root` user account.
To access `GitLab`, point your browser to `http://172.17.0.1:10080` and set a password for the `root` user account.
For more information on the supported `GitLab` versions and how to configure the containers, visit Sameer Naik's github page at https://github.com/sameersbn/docker-gitlab.