fix(ci): use tcp://localhost:2375 and network=host for jobs
This commit is contained in:
parent
8b433f4e84
commit
5caabc930d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue