Add possibility to use BindPort IPAddress 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
46a7860427
commit
5ea761e19f
4 changed files with 129 additions and 109 deletions
|
@ -865,7 +865,8 @@ func TestDockerTraefikFilter(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, e := range containers {
|
||||
actual := provider.containerFilter(e.container, e.exposedByDefault)
|
||||
provider.ExposedByDefault = e.exposedByDefault
|
||||
actual := provider.containerFilter(e.container)
|
||||
if actual != e.expected {
|
||||
t.Fatalf("expected %v for %+v, got %+v", e.expected, e, actual)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue