Unable to access files in projects gitlab-docker container

Hi Folks,
I’m trying to host gitlab on docker and i’m running in to some issues - i’m able to start the container no problem, even create projects etc. But if I try to access any of the files within a project (after creating them), i’m redirected to the following URL, which fails

http://1de50bd9be86/root/example/-/blob/master/.gitlab-ci.yml

It seems that it’s attempting to use the container hostname as part of the URL, which breaks because it obviously can’t look this up. Any thoughts on how we might address this?

docker command:

docker run --detach  --publish 4083:443 --publish 4080:80 --publish 4082:22   --name gitlab   --restart always --volume /containers/gitlab/config:/etc/gitlab   --volume /containers/gitlab/logs:/var/log/gitlab   --volume /containers/gitlab/data:/var/opt/gitlab  gitlab/gitlab-ee:12.9.0-ee.0

Have you had any luck? I can do everything in my gitlab besides of open my files.