소스 검색

Disable the default synapse healthcheck by default

pull/2929/head
Aine 2 년 전
committed by GitHub
부모
커밋
443a0968b1
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers 파일 보기

@@ -65,6 +65,8 @@ aux_file_default_group: "{{ matrix_user_groupname }}"

matrix_homeserver_container_extra_arguments_auto: |
{{
(['--no-healthcheck'])
+
(['--mount type=bind,src=' + matrix_appservice_discord_config_path + '/registration.yaml,dst=/matrix-appservice-discord-registration.yaml,ro'] if matrix_appservice_discord_enabled else [])
+
(['--mount type=bind,src=' + matrix_appservice_irc_config_path + '/registration.yaml,dst=/matrix-appservice-irc-registration.yaml,ro'] if matrix_appservice_irc_enabled else [])


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