瀏覽代碼

Update matrix-redis.service.j2

element-call-integration
Backslash 1 年之前
committed by GitHub
父節點
當前提交
e34e5da9a4
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 查看文件

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


Loading…
取消
儲存