From 2d04d1e59b48ba17bf359d5714d35c70712743ae Mon Sep 17 00:00:00 2001 From: Peetz0r Date: Mon, 1 Mar 2021 14:52:36 +0100 Subject: [PATCH] Workers listen on ipv6 --- roles/matrix-synapse/templates/synapse/worker.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-synapse/templates/synapse/worker.yaml.j2 b/roles/matrix-synapse/templates/synapse/worker.yaml.j2 index 36ae5a7e6..6e4961d20 100644 --- a/roles/matrix-synapse/templates/synapse/worker.yaml.j2 +++ b/roles/matrix-synapse/templates/synapse/worker.yaml.j2 @@ -25,7 +25,7 @@ worker_replication_http_port: {{ matrix_synapse_replication_http_port }} worker_listeners: {% if http_resources|length > 0 %} - type: http - bind_addresses: ['::'] + bind_addresses: ['0.0.0.0'] port: {{ matrix_synapse_worker_details.port }} resources: - names: {{ http_resources|to_json }}