Sfoglia il codice sorgente

Added serve command back in.

element-call-integration
Backslash 1 anno fa
committed by GitHub
parent
commit
63133d6599
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      roles/custom/matrix-element-call/templates/systemd/matrix-jwt-service.service.j2

+ 2
- 1
roles/custom/matrix-element-call/templates/systemd/matrix-jwt-service.service.j2 Vedi File

@@ -19,7 +19,8 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
-p {{ matrix_jwt_service_port }}:8080 \
--env-file={{ matrix_element_call_base_path }}/config/env \
--label-file={{ matrix_element_call_base_path }}/config/jwt-service-labels \
{{ matrix_jwt_service_image }}
{{ matrix_jwt_service_image }} \
serve

{% for network in matrix_element_call_container_additional_networks %}
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} matrix-jwt-service


Caricamento…
Annulla
Salva