|
@@ -532,7 +532,7 @@ func buildContainerPortBindingOptions(s types.ServiceConfig) nat.PortMap {
|
|
|
bindings := nat.PortMap{}
|
|
bindings := nat.PortMap{}
|
|
|
for _, port := range s.Ports {
|
|
for _, port := range s.Ports {
|
|
|
p := nat.Port(fmt.Sprintf("%d/%s", port.Target, port.Protocol))
|
|
p := nat.Port(fmt.Sprintf("%d/%s", port.Target, port.Protocol))
|
|
|
- bind := []nat.PortBinding{}
|
|
|
|
|
|
|
+ bind := bindings[p]
|
|
|
binding := nat.PortBinding{
|
|
binding := nat.PortBinding{
|
|
|
HostIP: port.HostIP,
|
|
HostIP: port.HostIP,
|
|
|
}
|
|
}
|