✨ 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:
parent
1de2354f5d
commit
5b48c22ed5
|
|
@ -21,6 +21,7 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./config:/home/runner/.runner_config
|
- ./config:/home/runner/.runner_config
|
||||||
|
- ./logs:/home/runner/.runner_logs
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue