Fix Docker integration problems
This commit is contained in:
parent
be5b1fd92b
commit
c9d4c5ae3e
3 changed files with 15 additions and 11 deletions
|
@ -16,10 +16,6 @@
|
|||
extractorfunc = "{{getMaxConnExtractorFunc . }}"
|
||||
{{end}}
|
||||
|
||||
[backends.backend-{{getBackend .}}.servers.server-{{.Name | replace "/" "" | replace "." "-"}}]
|
||||
url = "{{getProtocol .}}://{{getIPAddress .}}:{{getPort .}}"
|
||||
weight = {{getWeight .}}
|
||||
{{end}}
|
||||
|
||||
[frontends]{{range $frontend, $containers := .Frontends}}
|
||||
[frontends."frontend-{{$frontend}}"]{{$container := index $containers 0}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue