avoid ipv6, see if that makes buildkite happy
This commit is contained in:
parent
bdd7191c1c
commit
d1df0d98c6
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ listeners:
|
|||
#
|
||||
- port: {{SYNAPSE_PORT}}
|
||||
tls: false
|
||||
bind_addresses: ['::1', '127.0.0.1']
|
||||
bind_addresses: ['127.0.0.1']
|
||||
type: http
|
||||
x_forwarded: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue