When setting up a bunch of runners with docker-compose up --scale runner=10 is is not possible (as far as I know) to give each container a unique value for the RUNNER)NAME, so i the runners each have a unique container name, and it would be great if that could be used as the runner name.
The workarounds i saw are
- leave the runner name empty and get a random name asigned
- use copy/paste in the docker compose instead of the scale functionality