From 58a9642e8c33fe87da03bd4db911d5569e22523b Mon Sep 17 00:00:00 2001 From: wjbeckett Date: Mon, 30 Sep 2024 22:45:56 +1000 Subject: [PATCH] fixed config file placement. --- .../templates/systemd/matrix-redis.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/templates/systemd/matrix-redis.service.j2 b/roles/custom/matrix-element-call/templates/systemd/matrix-redis.service.j2 index 5cccced16..f65b0c766 100644 --- a/roles/custom/matrix-element-call/templates/systemd/matrix-redis.service.j2 +++ b/roles/custom/matrix-element-call/templates/systemd/matrix-redis.service.j2 @@ -16,7 +16,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --cap-drop=ALL \ --network={{ matrix_element_call_container_network }} \ - --mount type=bind,src={{ matrix_element_call_backend_path }}/redis.conf,dst=/etc/redis.conf,ro \ + --mount type=bind,src={{ matrix_element_call_base_path }}/redis.conf,dst=/etc/redis.conf,ro \ {{ redis_image }} \ redis-server /etc/redis.conf