mirror of https://github.com/docker/cli.git
Merge 036a896e15
into 9861ce90fd
This commit is contained in:
commit
01b1091e1f
|
@ -116,7 +116,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