I'm running GitLab on my machine by using the docker image. On this machine I have several other services. So the machine Port 80 is already taken by something else. So I did this port mapping 9088:80 ... now I face the problem that Gitlab still thinks for external requests it runs on port 80 and also the runner stuck because:
So it uses http://psmonster/ instead of http://psmonster:9088/
Checking for jobs... received job=39 repo_url=http://psmonster/edi-tools/xsltestsuite.git runner=_z9oqvay
WARNING: Job failed: exit status 1 duration=155.353588ms job=39 project=9 runner=_z9oqvay
WARNING: Failed to process runner builds=0 error=exit status 1 executor=shell runner=_z9oqvay
Does somebody know how to handle this?
--publish 443:443 --publish 9080:80 --publish 22:22which one did you change?