fix(gitea): runner config for caching

This commit is contained in:
2026-08-24 10:30:33 +02:00
parent 9af932cd70
commit 30ac8954ad
+2 -2
View File
@@ -15,12 +15,12 @@ runner:
cache: cache:
enabled: true enabled: true
dir: "" dir: ""
host: "" host: "gitea_runner"
port: 0 port: 0
external_server: "" external_server: ""
container: container:
network: "" network: "falcon_network"
privileged: false privileged: false
options: "-v /var/run/docker.sock:/var/run/docker.sock" options: "-v /var/run/docker.sock:/var/run/docker.sock"
workdir_parent: "" workdir_parent: ""