Переглянути джерело

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

element-call-integration
Backslash 1 рік тому
committed by GitHub
джерело
коміт
5cc9c70ba6
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: B5690EEEBB952194
1 змінених файлів з 1 додано та 2 видалено
  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 Переглянути файл

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


Завантаження…
Відмінити
Зберегти