ci: remove duplicate docker.sock volume mount to fix container creation error
Deploy t-youtube / Build & Deploy (push) Failing after 9s

This commit is contained in:
Gan, Jimmy
2026-07-11 14:15:38 +08:00
parent 39a665b5b9
commit 8020a66ae7
-1
View File
@@ -17,7 +17,6 @@ jobs:
image: ubuntu:latest image: ubuntu:latest
network: gitea_gitea network: gitea_gitea
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/packages/ContainerManager/target/usr/bin/docker:/usr/bin/docker - /var/packages/ContainerManager/target/usr/bin/docker:/usr/bin/docker
- /volume1:/volume1 - /volume1:/volume1
steps: steps: