removed duplicate tasks.

This commit is contained in:
wjbeckett
2024-09-30 22:35:59 +10:00
parent 8cb3e33bbf
commit e952ba1c3a
4 changed files with 3 additions and 92 deletions

View File

@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% if matrix_element_call_container_http_host_bind_port %}
-p {{ matrix_element_call_container_http_host_bind_port }}:8080 \
{% endif %}
--label-file={{ matrix_element_call_base_path }}/config/element-call-labels \
--label-file={{ matrix_element_call_base_path }}/element-call-labels \
{% for arg in matrix_element_call_container_extra_arguments %}
{{ arg }} \
{% endfor %}