From 1451483908f8866b48e8f3f4fb0e53b5abc28f31 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 31 Aug 2026 08:29:08 +0300 Subject: [PATCH] Mount Google Voice configuration read-only --- .../templates/systemd/matrix-mautrix-gvoice.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-mautrix-gvoice/templates/systemd/matrix-mautrix-gvoice.service.j2 b/roles/custom/matrix-bridge-mautrix-gvoice/templates/systemd/matrix-mautrix-gvoice.service.j2 index 2483cc8cd..127e2adbf 100644 --- a/roles/custom/matrix-bridge-mautrix-gvoice/templates/systemd/matrix-mautrix-gvoice.service.j2 +++ b/roles/custom/matrix-bridge-mautrix-gvoice/templates/systemd/matrix-mautrix-gvoice.service.j2 @@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --cap-drop=ALL \ --network={{ matrix_bridge_mautrix_gvoice_container_network }} \ - --mount type=bind,src={{ matrix_bridge_mautrix_gvoice_config_path }},dst=/config \ + --mount type=bind,src={{ matrix_bridge_mautrix_gvoice_config_path }},dst=/config,ro \ --mount type=bind,src={{ matrix_bridge_mautrix_gvoice_data_path }},dst=/data \ --label-file={{ matrix_bridge_mautrix_gvoice_base_path }}/labels \ --workdir=/data \