fix: removed the read-only tag from the element-call systemd file.

This commit is contained in:
wjbeckett 2024-09-30 12:27:04 +10:00
parent f762048a8d
commit 6143ad7ffa

View File

@ -19,7 +19,6 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--log-driver=none \ --log-driver=none \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \ --cap-drop=ALL \
--read-only \
--network={{ matrix_element_call_container_network }} \ --network={{ matrix_element_call_container_network }} \
{% if matrix_element_call_container_http_host_bind_port %} {% if matrix_element_call_container_http_host_bind_port %}
-p {{ matrix_element_call_container_http_host_bind_port }}:8080 \ -p {{ matrix_element_call_container_http_host_bind_port }}:8080 \