Skip to content

Add instruction to Docker executor section: set port to public

Fabien Catteau requested to merge doc-docker-executor-set-port-to-public into main

What does this merge request do and why?

Add instruction to Docker executor doc section to set the port to public.

Making the port public is so that CI jobs can clone the repo, otherwise they fail with the following error:

Initialized empty Git repository in /builds/XXX/.git/
Created fresh repository.
fatal: Authentication failed for 'https://3000-YYY/XXX.git/'

The instruction is copied over from the doc section for the Shell executor.

Merge request reports