From 7f45140c7365e711424a1d24f36fbcc4c7abb7fa Mon Sep 17 00:00:00 2001 From: Maurice Date: Sat, 4 Oct 2025 19:44:35 +0200 Subject: [PATCH] fix --- services/gitea/gitea-runner.service.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gitea/gitea-runner.service.toml b/services/gitea/gitea-runner.service.toml index a9a20bb..a63c070 100644 --- a/services/gitea/gitea-runner.service.toml +++ b/services/gitea/gitea-runner.service.toml @@ -6,7 +6,7 @@ image = "docker.io/gitea/act_runner:latest" depend = ["gitea.service"] [environment] -GITEA_INSTANCE_URL = "gitea" +GITEA_INSTANCE_URL = "http://gitea:3000" GITEA_RUNNER_NAME = "Goofjes Runner" CONFIG_FILE = "/config/config.yaml"