From 0ddb767135b46976c87ca08794d085f1f4c76481 Mon Sep 17 00:00:00 2001 From: Elias <> Date: Wed, 12 Nov 2025 15:45:15 +0200 Subject: [PATCH] change cache dir --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4b05058..2ad8f2f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,8 +34,6 @@ services: image: gitea/act_runner:latest restart: unless-stopped user: "1000:1000" - tmpfs: - - /.cache environment: - GITEA_INSTANCE_URL=https://git.sirian.me - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN} @@ -44,6 +42,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/lib/vepsi/gitea_runner:/data + - /var/lib/vepsi/gitea_runner/cache:/.cache - /home/sirian/services:/home/sirian/services - /home/sirian/.ssh:/home/sirian/.ssh:ro depends_on: