Gitlab runner failed to clone due to wrong port

fatal: unable to access 'http://<ip address>/<url>.git/': The requested URL returned error: 503

From the error: i found that gitlab runner cannot access to my HTTP git repo because using default port (80). I also found that my “clone project using HTTP” didn’t specified the port.

fyi: i run the gitlab-ee and gitlab runner in docker

How can i set the port and makes the gitlab runner working ?

Hi,

which port is used for the GitLab instance? Best will be to share your docker-compose file.

Cheers,
Michael

I also facing the same issue. please help me out if you found the solution