port selection strategy fix

This commit is contained in:
yusing 2024-03-12 19:10:25 +00:00
parent 206412d0ca
commit a3bb3e3991

View file

@ -223,4 +223,4 @@ func selectPortInternal(c types.Container, getPort func(types.Port) uint16) uint
return 0
}
const wildcardPrefix = "proxy.*"
const wildcardPrefix = "proxy.*."