diff --git a/templates/compose/grafana-prometheus.yml.j2 b/templates/compose/grafana-prometheus.yml.j2 index 809d914..9ef8832 100644 --- a/templates/compose/grafana-prometheus.yml.j2 +++ b/templates/compose/grafana-prometheus.yml.j2 @@ -89,7 +89,7 @@ services: traefik.http.routers.prometheus.rule: Host(`{{ prometheus_domain|default(omit) }}`) traefik.http.routers.prometheus.tls: true traefik.http.routers.prometheus.tls.certresolver: letsencrypt - traefik.http.routers.prometheus.entrypoints: websecure + traefik.http.routers.prometheus.entrypoints: "{{ grafana_traefik_entrypoint }}" traefik.http.services.prometheus.loadbalancer.server.port: 9090 {% else %} ports: