Hi, I was getting this error in the traefik logs:
Needed to fix this by adding the line traefik.http.routers.{{ service_cfg.name }}_web-http.service: "{{ service_cfg.name }}" to the docker-compose file.
Not sure if this is the correct fix or even relevant though.
Hi, I was getting this error in the traefik logs:
Needed to fix this by adding the line
traefik.http.routers.{{ service_cfg.name }}_web-http.service: "{{ service_cfg.name }}"to the docker-compose file.Not sure if this is the correct fix or even relevant though.