Fix Docker integration problems

This commit is contained in:
Owen Marshall
2016-06-08 15:08:03 -04:00
committed by Emile Vauge
parent be5b1fd92b
commit c9d4c5ae3e
3 changed files with 15 additions and 11 deletions

View File

@@ -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}}