Comments on How to Install GitLab with Docker on Ubuntu 22.04

Gitlab Server is an open-source version of the cloud-hosted Gitlab version control. This guide will teach you how to install Gitlab Server using Docker on a Ubuntu 22.04 server.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: jerry

Hello!! I add some volumes to thedocker compose files and the container keeps crashing, do you know why?

By: John Dowd

I'm unable to get to Step 7 and here's why:

I have apache2 on my ubuntu 22.04LTS Server running and it supports other applications so I ran into issues with the ports and I had to map 80 to 81 and 443 to 444. Also my "FQDN" is always a question that I have never had a clear answer to. I'm just running gitlab on my internal LAN of my house. The network is not accessible from outside. I have a machine that I designate a "server" and I make sure that all other machines know it's IP address. So, its FQDN is just its IP address, correct? If that is so, shouldn't the external URL to gitlab be http://<ip addr>/gitlab? And since I have to use a different port it should in fact be http://<ip addr>/gitlab:81?

If I use the external URL https://<ip addr>/gitlab:81 I get "This site can’t provide a secure connection".

So if I use the URL http://<ip addr>:81 it appears that gitlab responds (i get the wolf's head logo) with a 404 error "The page could not be found or you don't have permission to view it."

Any helpful hints or advice would be greatly appreciated.

Cheers!!