From 4bc564152e1d5276dbc44fbcfbd4e969d6ffa99f Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 18 Jul 2026 16:28:27 +0000 Subject: [PATCH] fix: remove duplicate docker socket mount from runner container options act_runner v4.0.1 automatically propagates the docker socket when DOCKER_HOST env var is set. Adding the socket via 'container.options' caused duplicate bind mounts which made Docker fail container creation. Co-Authored-By: Paperclip --- apps/forgejo-runner/forgejo-runner-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/forgejo-runner/forgejo-runner-config.yaml b/apps/forgejo-runner/forgejo-runner-config.yaml index e4dc91c..58c21cb 100644 --- a/apps/forgejo-runner/forgejo-runner-config.yaml +++ b/apps/forgejo-runner/forgejo-runner-config.yaml @@ -20,4 +20,4 @@ data: container: network: host privileged: false - options: -v /var/run/docker.sock:/var/run/docker.sock + options: