updated traefik label to be in line with the latest change from devture_traefik_ to traefik_

This commit is contained in:
wjbeckett
2024-10-03 13:25:40 +10:00
parent b7e0a41134
commit 1906d61c39
2 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ traefik.http.middlewares.matrix-element-call-strip-prefix.stripprefix.prefixes={
traefik.http.middlewares.matrix-element-call-add-headers.headers.customresponseheaders.{{ name }}={{ value }}
{% endfor %}
{% set middlewares = middlewares + ['matrix-element-call-add-headers'] %}
{% endif %}
{% endif %}
traefik.http.routers.matrix-element-call.rule={{ matrix_element_call_container_labels_traefik_rule }}
{% if matrix_element_call_container_labels_traefik_priority | int > 0 %}