1
0
Fork 0

doc: update Rancher documentation.

This commit is contained in:
Fernandez Ludovic 2017-06-21 01:38:53 +02:00 committed by Ludovic Fernandez
parent db1baf80a9
commit 01bb0a80ab
3 changed files with 80 additions and 52 deletions

View file

@ -126,7 +126,7 @@ func (p *Provider) getBackend(service rancherData) string {
return provider.Normalize(service.Name)
}
// Generall Application Stuff
// General Application Stuff
func (p *Provider) getPort(service rancherData) string {
if label, err := getServiceLabel(service, "traefik.port"); err == nil {
return label