Commit 6697a934 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'update-dated-docs-of-install-gitlab-using-docker' into 'master'

Update dated docs of using Docker to set up GitLab

See merge request gitlab-org/gitlab!68069
parents 2cbfb432 7193fa07
...@@ -119,9 +119,16 @@ sudo docker logs -f gitlab ...@@ -119,9 +119,16 @@ sudo docker logs -f gitlab
After starting a container you can visit `gitlab.example.com` (or After starting a container you can visit `gitlab.example.com` (or
`http://192.168.59.103` if you used boot2docker on macOS). It might take a while `http://192.168.59.103` if you used boot2docker on macOS). It might take a while
before the Docker container starts to respond to queries. before the Docker container starts to respond to queries.
The very first time you visit GitLab, you will be asked to set up the admin
password. After you change it, you can log in with username `root` and the Visit the GitLab URL, and log in with username `root`
password you set up. and the password from the following command:
```shell
sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
```
NOTE:
The password file will be automatically deleted in the first reconfigure run after 24 hours.
### Install GitLab using Docker Compose ### Install GitLab using Docker Compose
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment