avoid ipv6, see if that makes buildkite happy

This commit is contained in:
Bruno Windels 2019-04-09 14:58:54 +02:00
parent bdd7191c1c
commit d1df0d98c6

View file

@ -172,7 +172,7 @@ listeners:
# #
- port: {{SYNAPSE_PORT}} - port: {{SYNAPSE_PORT}}
tls: false tls: false
bind_addresses: ['::1', '127.0.0.1'] bind_addresses: ['127.0.0.1']
type: http type: http
x_forwarded: true x_forwarded: true