Merge pull request #63 from mjun0812/fix/dind-file-driver

fix: create volume for self-hosted runner avoid file driver error
This commit is contained in:
Junya Morioka
2025-12-04 17:46:45 +09:00
committed by GitHub
+5
View File
@@ -15,3 +15,8 @@ services:
args:
GH_RUNNER_VERSION: 2.329.0
TARGET_ARCH: x64
volumes:
- fa-self:/var/lib/docker
volumes:
fa-self: