Explorar el Código

Remove serve command from matrix-element-call.service.j2

element-call-integration
Backslash hace 1 año
committed by GitHub
padre
commit
5cc9c70ba6
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2

+ 1
- 2
roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2 Ver fichero

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

{% for network in matrix_element_call_container_additional_networks %}
ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} network connect {{ network }} matrix-element-call


Cargando…
Cancelar
Guardar