From 01326b99d04fa8de430ebe3fad496e9aa639236b Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(action-runner):=20sync=20c?= =?UTF-8?q?ontainer=20time=20with=20host=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add /etc/localtime volume mount for time synchronization - set volume as read-only to maintain security --- apps/action-runner/2.328.0/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/action-runner/2.328.0/docker-compose.yml b/apps/action-runner/2.328.0/docker-compose.yml index c3a8d8147..42e9456ad 100644 --- a/apps/action-runner/2.328.0/docker-compose.yml +++ b/apps/action-runner/2.328.0/docker-compose.yml @@ -18,6 +18,7 @@ services: RUNNER_GROUP: ${RUNNER_GROUP} AUTO_UNREGISTER: ${AUTO_UNREGISTER} volumes: + - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock - ./config:/home/runner/.runner_config