fix(ci): use tcp://localhost:2375 and network=host for jobs

This commit is contained in:
fchinembiri 2026-05-01 09:26:43 +02:00
parent 8b433f4e84
commit 5caabc930d
1 changed files with 5 additions and 4 deletions

View File

@ -24,8 +24,9 @@ data:
port: 0
container:
privileged: true
valid_volumes:
- "**"
docker_host: "unix:///var/run/docker.sock"
options: "-v /var/run/docker.sock:/var/run/docker.sock"
network: host
docker_host: "tcp://localhost:2375"
force_pull: true
runner:
envs:
DOCKER_HOST: "tcp://localhost:2375"