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