From e34e5da9a4d27d3d656dd48fe3409f7d2b769300 Mon Sep 17 00:00:00 2001 From: Backslash Date: Thu, 26 Sep 2024 19:57:39 +1000 Subject: [PATCH] Update matrix-redis.service.j2 --- .../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 17adad1b4..5cccced16 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 @@ -17,7 +17,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ --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 \ - {{ matrix_redis_image }} \ + {{ redis_image }} \ redis-server /etc/redis.conf ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach matrix-redis