This commit is contained in:
Lex Neva 2024-09-19 00:12:29 +09:00 committed by GitHub
commit 339a41bd8e
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
}