Update matrix-redis.service.j2

This commit is contained in:
Backslash 2024-09-26 19:57:39 +10:00 committed by GitHub
parent 656d4275bc
commit e34e5da9a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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