Sfoglia il codice sorgente

testing traefik labels again.

element-call-integration
wjbeckett 1 anno fa
parent
commit
cb41fb02ae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-element-call/templates/element-call-labels.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/element-call-labels.j2 Vedi File

@@ -31,7 +31,7 @@ traefik.http.routers.element-call.rule={{ matrix_element_call_container_labels_t
{% if matrix_element_call_container_labels_traefik_priority | int > 0 %}
traefik.http.routers.element-call.priority={{ matrix_element_call_container_labels_traefik_priority }}
{% endif %}
traefik.http.routers.element-call.service=matrix-element-call
traefik.http.routers.element-call.service=element-call
{% if middlewares | length > 0 %}
traefik.http.routers.element-call.middlewares={{ middlewares | join(',') }}
{% endif %}


Caricamento…
Annulla
Salva