|
|
|
@@ -16,6 +16,7 @@ ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} |
|
|
|
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-jitsi-jvb \ |
|
|
|
--log-driver=none \ |
|
|
|
--network={{ matrix_docker_network }} \ |
|
|
|
--network-alias=jvb.meet.jitsi \ |
|
|
|
--env-file={{ matrix_jitsi_jvb_base_path }}/env \ |
|
|
|
{% if matrix_jitsi_jvb_container_rtp_udp_host_bind_port %} |
|
|
|
-p {{ matrix_jitsi_jvb_container_rtp_udp_host_bind_port }}:{{ matrix_jitsi_jvb_rtp_udp_port }}/udp \ |
|
|
|
|