From 5b48c22ed5f6fbc319f6d5b74403836b611932c6 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(action-runner):=20add=20logs?= =?UTF-8?q?=20volume=20mount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mount logs directory to persist runner logs - enable log persistence for debugging and monitoring --- apps/action-runner/2.329.0/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/action-runner/2.329.0/docker-compose.yml b/apps/action-runner/2.329.0/docker-compose.yml index 5d45d2d08..8dad82bdc 100644 --- a/apps/action-runner/2.329.0/docker-compose.yml +++ b/apps/action-runner/2.329.0/docker-compose.yml @@ -21,6 +21,7 @@ services: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock - ./config:/home/runner/.runner_config + - ./logs:/home/runner/.runner_logs networks: 1panel-network: