소스 검색

Try to make Synapse config/key generation respect uid/gid

Attempt at fixing #268 (Github Issue)
pull/269/head
Slavi Pantaleev 7 년 전
부모
커밋
73c90e9513
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-synapse/tasks/synapse/setup_install.yml

+ 2
- 0
roles/matrix-synapse/tasks/synapse/setup_install.yml 파일 보기

@@ -45,6 +45,8 @@
--user={{ matrix_user_uid }}:{{ matrix_user_gid }}
--cap-drop=ALL
-v {{ matrix_synapse_config_dir_path }}:/data
-e UID={{ matrix_user_uid }}
-e GID={{ matrix_user_gid }}
-e SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
-e SYNAPSE_SERVER_NAME={{ matrix_server_fqn_matrix }}
-e SYNAPSE_REPORT_STATS=no


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