fix(ci): use tcp://localhost:2375 for docker_host
This commit is contained in:
parent
6b5c1d6e30
commit
9fd80dec3f
|
|
@ -26,5 +26,5 @@ data:
|
|||
privileged: true
|
||||
valid_volumes:
|
||||
- "**"
|
||||
docker_host: "unix:///var/run/docker.sock"
|
||||
docker_host: "tcp://localhost:2375"
|
||||
force_pull: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue