Mount NAS docker dir into job container
Some checks failed
Deploy to NAS / deploy (push) Failing after 2m8s
Some checks failed
Deploy to NAS / deploy (push) Failing after 2m8s
Allows git clone, .env write and docker compose to operate on the actual NAS filesystem, not the container's tmpfs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
container:
|
||||
image: docker:latest
|
||||
options: -v /volume2/docker:/volume2/docker
|
||||
|
||||
steps:
|
||||
- name: Pull code
|
||||
|
||||
Reference in New Issue
Block a user