Hello! I am using gitlab-ee on Debian. I first noticed this when using 16.10.4, however the problem persisted after upgrading to 16.11.1. It used to work fine until last week, currently I am getting the following message when trying to access the web UI:
Hi, any luck fixing this? I am trying to install GitLab in a Proxmox LXC container. I used a proxmox helper script to create a container with docker, and am unable to get past the screen you showed in your post at http://xxx.xxx.x.xx:80
edit: placeholder for ip address wasn’t showing up right
These are the required ports for GitLab to function GitLab Ports Documentation. If any of these ports are already in use, you will encounter this error, even if it is an alternate port. In your case, GitLab Workhorse is the issue. Check if any other program is using port 8081.
I meet the same question. Maybe some apps are using 8080 port, so gitlab can not work. I installed Jenkins before and set Jenkins running port is 8080. Then i installed gitlab meet this question too. Finally, I stopped Jenkins. Gitlab become right. It worked !!!