1
0
Fork 0

🔧 chore(action-runner): sync container time with host system

- add /etc/localtime volume mount for time synchronization
- set volume as read-only to maintain security
This commit is contained in:
pooneyy 2025-10-20 10:41:35 +08:00
parent 7d2b372252
commit 01326b99d0
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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