1
0

feat(action-runner): add logs volume mount

- mount logs directory to persist runner logs
- enable log persistence for debugging and monitoring
This commit is contained in:
pooneyy 2025-10-21 11:36:13 +08:00
parent 1de2354f5d
commit 5b48c22ed5
No known key found for this signature in database

View File

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