mirror of https://github.com/docker/cli.git
Merge 036a896e15
into 32ff200fe6
This commit is contained in:
commit
b26c51f866
|
@ -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