Source port binding from group vars in line other components

This commit is contained in:
ewang
2021-05-23 14:06:18 +02:00
parent ef6a7e051c
commit 409cd2b9a3
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ 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_nginx_proxy_enabled == false %}
{% 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 \