Sfoglia il codice sorgente

Update matrix-redis.service.j2

element-call-integration
Backslash 1 anno fa
committed by GitHub
parent
commit
e34e5da9a4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-element-call/templates/systemd/matrix-redis.service.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/systemd/matrix-redis.service.j2 Vedi File

@@ -17,7 +17,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--cap-drop=ALL \ --cap-drop=ALL \
--network={{ matrix_element_call_container_network }} \ --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_backend_path }}/redis.conf,dst=/etc/redis.conf,ro \
{{ matrix_redis_image }} \
{{ redis_image }} \
redis-server /etc/redis.conf redis-server /etc/redis.conf


ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach matrix-redis ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach matrix-redis


Caricamento…
Annulla
Salva