From 06b7368aece5a0525e6042dd437521c31bd4604c Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 31 Aug 2026 08:28:59 +0300 Subject: [PATCH] Mount Google Chat configuration read-only --- .../templates/systemd/matrix-mautrix-googlechat.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 b/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 index c651ef94a..0a4d4f1e3 100644 --- a/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-googlechat/templates/systemd/matrix-mautrix-googlechat.service.j2 @@ -26,7 +26,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ {% if matrix_bridge_mautrix_googlechat_container_http_host_bind_port %} -p {{ matrix_bridge_mautrix_googlechat_container_http_host_bind_port }}:8080 \ {% endif %} - --mount type=bind,src={{ matrix_bridge_mautrix_googlechat_config_path }},dst=/config \ + --mount type=bind,src={{ matrix_bridge_mautrix_googlechat_config_path }},dst=/config,ro \ --mount type=bind,src={{ matrix_bridge_mautrix_googlechat_data_path }},dst=/data \ --label-file={{ matrix_bridge_mautrix_googlechat_base_path }}/labels \ {% for arg in matrix_bridge_mautrix_googlechat_container_extra_arguments %}