From e0619b62723e0092693c49f047978e27df3c8d8e Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 23:40:53 -0500 Subject: [PATCH] fix: let second Gitea runner auto-register on first boot Remove CONFIG_FILE override so act_runner writes its initial config to /data. --- portainer-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/portainer-compose.yml b/portainer-compose.yml index a247d1b..594a48a 100644 --- a/portainer-compose.yml +++ b/portainer-compose.yml @@ -160,7 +160,6 @@ services: - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_NAME=valhalla-ci-runner-2 - GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:24-bookworm,node-24:docker://node:24-bookworm - - CONFIG_FILE=/data/config.yaml volumes: - /config/gitea/act_runner_ci:/data - /var/run/docker.sock:/var/run/docker.sock