This commit is contained in:
Piotr Biernat 2022-12-01 09:45:23 +01:00
parent baf252ee0a
commit 78f3ba4318

View File

@ -112,7 +112,7 @@ func (s *Service) check() (bool, error) {
func (s *Service) getTags() []string { func (s *Service) getTags() []string {
fullName := fmt.Sprintf("%s_%s", s.Name, s.AppID) 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{ tags := []string{
"traefik.enable=true", "traefik.enable=true",