|
|
|
@ -16,6 +16,9 @@ ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }}
|
|
|
|
|
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-jitsi-prosody \
|
|
|
|
|
--log-driver=none \
|
|
|
|
|
--network={{ matrix_docker_network }} \
|
|
|
|
|
{% if matrix_jitsi_prosody_container_http_host_bind_port %}
|
|
|
|
|
-p {{ matrix_jitsi_prosody_container_http_host_bind_port }}:5280 \
|
|
|
|
|
{% endif %}
|
|
|
|
|
--env-file={{ matrix_jitsi_prosody_base_path }}/env \
|
|
|
|
|
--mount type=bind,src={{ matrix_jitsi_prosody_config_path }},dst=/config \
|
|
|
|
|
--mount type=bind,src={{ matrix_jitsi_prosody_plugins_path }},dst=/prosody-plugins-custom \
|
|
|
|
|