How to set global settings in config.toml during docker run setup of GitLab Runner?

Is ther a possiblity when I create the gitlab-runner docker container to set the following global settings during setup docker run command without editing the config.toml after setup ?

concurrent = 4
output_limit = 65000

Hi,

AFAIK there isn’t. You could add the required sed into a small script and add this as a step into your docker-compose file for example.

Cheers,
Michael