mirror of https://github.com/docker/docs.git
Update exposed ports mapping
Docker-DCO-1.1-Signed-off-by: Fernando Mayo <fernando@tutum.co> (github: fermayo)
This commit is contained in:
parent
f795afc4c9
commit
bef2da93ee
|
@ -157,7 +157,7 @@ func getContainersJSON(out beam.Sender, version version.Version, w http.Response
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
newport := port{
|
newport := port{
|
||||||
PublicPort: portnum,
|
PrivatePort: portnum,
|
||||||
Type: proto,
|
Type: proto,
|
||||||
}
|
}
|
||||||
ports = append(ports, newport)
|
ports = append(ports, newport)
|
||||||
|
|
Loading…
Reference in New Issue