diff --git a/consul/discovery.go b/consul/discovery.go index 9ba6243..702418f 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -112,7 +112,7 @@ func (s *Service) check() (bool, error) { func (s *Service) getTags() []string { fullName := fmt.Sprintf("%s_%s", s.Name, s.AppID) - bFullAddr := fmt.Sprintf("http://%s:%d/", s.IP, s.Port) + bFullAddr := fmt.Sprintf("http://%s:%d/", s.IP, s.Port) // FIXME: declare one once - dont need to refresh.... tags := []string{ "traefik.enable=true",