fix(ci): use tcp://localhost:2375 for docker_host

This commit is contained in:
fchinembiri 2026-05-01 08:41:43 +02:00
parent 6b5c1d6e30
commit 9fd80dec3f
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ data:
privileged: true
valid_volumes:
- "**"
docker_host: "unix:///var/run/docker.sock"
docker_host: "tcp://localhost:2375"
force_pull: true