Ver a proveniência

added element-call config.json to systemd file

element-call-integration
wjbeckett há 1 ano
ascendente
cometimento
5507fb3bab
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2

+ 1
- 0
roles/custom/matrix-element-call/templates/systemd/matrix-element-call.service.j2 Ver ficheiro

@@ -20,6 +20,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--network={{ matrix_element_call_container_network }} \
--mount type=bind,src={{ matrix_element_call_base_path }}/config.json,dst=/app/config.json,ro \
{% if matrix_element_call_container_http_host_bind_port %}
-p {{ matrix_element_call_container_http_host_bind_port }}:8080 \
{% endif %}


Carregando…
Cancelar
Guardar