Ver a proveniência

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

element-call-integration
Backslash há 1 ano
committed by GitHub
ascendente
cometimento
5cc9c70ba6
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 1 adições e 2 eliminações
  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 ficheiro

@@ -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


Carregando…
Cancelar
Guardar