fix
This commit is contained in:
parent
baf252ee0a
commit
78f3ba4318
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user