|
|
|
@@ -28,7 +28,7 @@ ExecStart={{ devture_systemd_docker_base_host_command_docker }} run --rm --name |
|
|
|
-p {{ matrix_mautrix_wsproxy_port }}:29331 \ |
|
|
|
{% endif %} |
|
|
|
--mount type=bind,src={{ matrix_mautrix_wsproxy_config_path }},dst=/data \ |
|
|
|
--label-file={{ matrix_bridge_wsproxy_data_path }}/wsproxy-labels \ |
|
|
|
--label-file={{ matrix_mautrix_wsproxy_base_path }}/wsproxy-labels \ |
|
|
|
{% for arg in matrix_mautrix_wsproxy_container_extra_arguments %} |
|
|
|
{{ arg }} \ |
|
|
|
{% endfor %} |
|
|
|
|