From d4aeb6b50a4686b6459b33e52945a699fb65a824 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Thu, 16 Apr 2026 00:41:29 -0500 Subject: [PATCH] Setup host mounts properly --- gitea-runner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea-runner.yaml b/gitea-runner.yaml index ef6c27e..f3ef68c 100644 --- a/gitea-runner.yaml +++ b/gitea-runner.yaml @@ -93,12 +93,12 @@ container: # If you want to allow any volume, please use the following configuration: # valid_volumes: # - '**' - valid_volumes: ['/data'] + valid_volumes: ['**'] # overrides the docker client host with the specified one. # If it's empty, act_runner will find an available docker host automatically. # If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers. # If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work. - docker_host: "" + docker_host: "-" # Pull docker image(s) even if already present force_pull: false # Rebuild docker image(s) even if already present