Fix CI/CD: remove duplicate docker.sock mount

Runner already passes docker.sock to job containers.
Only mount the dashboard volume for deploy.
This commit is contained in:
Gan, Jimmy
2026-02-19 10:18:03 +08:00
parent 7aeabe1839
commit b2064726fd
-2
View File
@@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest
container:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/packages/ContainerManager/target/usr/bin/docker:/usr/bin/docker
- /volume1/docker/nas-dashboard:/nas-dashboard
steps:
- name: Checkout