Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7193fa07
Commit
7193fa07
authored
Aug 17, 2021
by
Peter Dave Hello
Committed by
Achilleas Pipinellis
Aug 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dated docs of using Docker to set up GitLab
parent
3e5c032f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
doc/install/docker.md
doc/install/docker.md
+10
-3
No files found.
doc/install/docker.md
View file @
7193fa07
...
...
@@ -119,9 +119,16 @@ sudo docker logs -f gitlab
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
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
password you set up.
Visit the GitLab URL, and log in with username
`root`
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment