Kaynağa Gözat

Disable the default synapse healthcheck by default

pull/2929/head
Aine 2 yıl önce
committed by GitHub
ebeveyn
işleme
443a0968b1
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Dosyayı Görüntüle

@@ -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 [])


Yükleniyor…
İptal
Kaydet