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 ?