mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 05:59:42 +02:00
small fix
This commit is contained in:
@@ -136,7 +136,7 @@ func (p *Provider) getDockerProxyConfigs() ([]*ProxyConfig, error) {
|
||||
}
|
||||
clientHost = url.Host
|
||||
opts = []client.Opt{
|
||||
client.WithHost(clientHost),
|
||||
client.WithHost(p.Value),
|
||||
client.WithAPIVersionNegotiation(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user