mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Fix metrics listeners for Synapse workers
`::` leads to errors like: > socket.gaierror: [Errno -9] Address family for hostname not supported
This commit is contained in:
parent
453a4ec2d8
commit
43059bb040
@ -32,7 +32,7 @@ worker_listeners:
|
||||
{% endif %}
|
||||
{% if matrix_synapse_metrics_enabled %}
|
||||
- type: metrics
|
||||
bind_addresses: ['::']
|
||||
bind_addresses: ['0.0.0.0']
|
||||
port: {{ matrix_synapse_worker_details.metrics_port }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user