This commit is contained in:
Lex Neva 2024-09-03 13:59:52 +01:00 committed by GitHub
commit 617ddcd243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}