mirror of https://github.com/docker/cli.git
Merge 4e39c877dd
into a5fb752ecf
This commit is contained in:
commit
339a41bd8e
|
@ -117,7 +117,7 @@ func toServicePortConfigsMap(s any) (map[any]any, error) {
|
|||
}
|
||||
m := map[any]any{}
|
||||
for _, p := range ports {
|
||||
m[p.Published] = p
|
||||
m[p] = p
|
||||
}
|
||||
return m, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue