Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/docker/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading