mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
port selection strategy fix
This commit is contained in:
parent
206412d0ca
commit
a3bb3e3991
1 changed files with 1 additions and 1 deletions
|
@ -223,4 +223,4 @@ func selectPortInternal(c types.Container, getPort func(types.Port) uint16) uint
|
|||
return 0
|
||||
}
|
||||
|
||||
const wildcardPrefix = "proxy.*"
|
||||
const wildcardPrefix = "proxy.*."
|
||||
|
|
Loading…
Add table
Reference in a new issue