diff --git a/consul/discovery.go b/consul/discovery.go index 6847603..379a83c 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -73,7 +73,7 @@ func (s *Service) Register() error { Tags: s.getTags(), Connect: &consul.AgentServiceConnect{ SidecarService: &consul.AgentServiceRegistration{ - Port: s.port, + // Port: s.port, }, }, Check: &consul.AgentServiceCheck{