From 08a4871907d01692b8e14da1ea6fd66c47fa663b Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 3 May 2025 22:28:15 +0100 Subject: [PATCH] Comment out container_name in docker-compose.yml to allow for multiple runners --- .github/runner/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/runner/docker-compose.yml b/.github/runner/docker-compose.yml index b533bfa..3ecee8e 100644 --- a/.github/runner/docker-compose.yml +++ b/.github/runner/docker-compose.yml @@ -6,7 +6,8 @@ services: context: . args: RUNNER_VERSION: 2.323.0 - container_name: github-runner + # container_name commented to allow for multiple runners + # container_name: github-runner env_file: - .env volumes: