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
No known key found for this signature in database
GPG key ID: D808B4C167352E59
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}}