diff --git a/internal/docker/deployer.go b/internal/docker/deployer.go index 0a8a511a..3430691a 100644 --- a/internal/docker/deployer.go +++ b/internal/docker/deployer.go @@ -348,7 +348,7 @@ func deployImage( // interact with a complement-controlled test server. // Note: this feature of docker landed in Docker 20.10, // see https://github.com/moby/moby/pull/40007 - extraHosts = []string{"host.docker.internal:host-gateway"} + extraHosts = []string{"host.docker.internal:10.0.2.2"} } for _, m := range cfg.HostMounts {