Comment out container_name in docker-compose.yml to allow for multiple runners

This commit is contained in:
Palash Tyagi 2025-05-03 22:28:15 +01:00
parent dbb95c9b1a
commit 08a4871907

View File

@ -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: