mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 02:11:04 +08:00
🔧 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:
parent
7d2b372252
commit
01326b99d0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user