Compare commits

...

2 Commits

Author SHA1 Message Date
Lex Neva 617ddcd243
Merge 4e39c877dd into 2dd127a1ff 2024-09-03 13:59:52 +01:00
Lex Neva 4e39c877dd
Allow publishing same port as UDP and TCP using docker stack deploy
Signed-off-by: Lex Neva <lneva@fastly.com>
2020-03-30 14:31:09 -04:00
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
}