Project Member Manage Access Link is false

Summary

In the settings of a project the Manage Access Link for Project Members is wrong.

I'm using the official gitlab/gitlab-ce:latest docker image and updated to the latest version.

Steps to reproduce

Start the gitlab-ce container. I'm using the following format:

HUBIMAGE=gitlab/gitlab-ce         # Imagename on the Docker Hub
CONTAINERNAME=gitlab              # Name of the container
CONTAINERHOSTNAME=git.gerl1ng.de  # Hostname the Container belongs to
NETWORKPUBLISH="--publish 127.0.0.1:8443:443 --publish 127.0.0.1:8080:80 --publish 8022:22" # Networkports which should be published from this container
VOLUMEMAPPINGS="--volume /opt/gitlab/config:/etc/gitlab --volume /opt/gitlab/logs:/var/log/gitlab --volume /opt/gitlab/data:/var/opt/gitlab" # VolumeMappings for this container
n
docker run --detach --hostname $CONTAINERHOSTNAME $NETWORKPUBLISH --name $CONTAINERNAME --restart always $VOLUMEMAPPINGS $HUBIMAGE:latest

Also I am using a nginx on port 443 to provide gitlab with a valid certificate, etc.

All the links on the Webinterface seem to work (Group Member -> Manage Access works, ...). Only the link (Project Member -> Manage Access) shows to http://127.0.0.1:8080/... and not to https://git.gerl1ng.de/...

I don't even know where the 127.0.0.1:8080 comes from. In the configuration file it defaults to the unicorn "listen" and "port" settings.

## Advanced settings
# unicorn['listen'] = '127.0.0.1'
# unicorn['port'] = 8080

Everything is set to the default configuration unless the ssh_port.

# grep -v "^#" /opt/gitlab/config/gitlab.rb
gitlab_rails['gitlab_shell_ssh_port'] = 8022

What is the current bug behavior?

All the links on the Webinterface seem to work (Group Member -> Manage Access works, ...). Only the link (Project Member -> Manage Access) shows to http://127.0.0.1:8080/... and not to https://git.gerl1ng.de/...

What is the expected correct behavior?

The link (Project Member -> Manage Access) should show to https://git.gerl1ng.de/...

Relevant logs and/or screenshots

(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)

Output of checks

(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)

Results of GitLab environment info

Docker Container -> No Source or Omnibus installation

Results of GitLab application Check

Docker Container -> No Source or Omnibus installation

Possible fixes

(If you can, link to the line of code that might be responsible for the problem)

Assignee Loading
Time tracking Loading