Updated label file

This commit is contained in:
Backslash 2024-09-27 08:16:56 +10:00 committed by GitHub
parent 1d7a60055c
commit 80763804f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--network={{ matrix_element_call_container_network }} \
-p {{ matrix_element_call_port }}:8080 \
--env-file={{ matrix_element_call_base_path }}/config/env \
--label-file={{ matrix_element_call_base_path }}/config/labels \
--label-file={{ matrix_element_call_base_path }}/config/element-call-labels \
{{ matrix_element_call_image }}
{% for network in matrix_element_call_container_additional_networks %}