Explorar el Código

Disable the default synapse healthcheck by default

pull/2929/head
Aine hace 2 años
committed by GitHub
padre
commit
443a0968b1
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Ver fichero

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


Cargando…
Cancelar
Guardar