소스 검색

fixed config file placement.

element-call-integration
wjbeckett 1 년 전
부모
커밋
58a9642e8c
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 파일 보기

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



불러오는 중...
취소
저장