瀏覽代碼

Disable the default synapse healthcheck by default

pull/2929/head
Aine 2 年之前
committed by GitHub
父節點
當前提交
443a0968b1
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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 [])


Loading…
取消
儲存