mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix issue of synapse not starting on ipv4 only server
This commit is contained in:
parent
db03b5c69b
commit
cc6e455e35
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ listeners:
|
|||
tls: false
|
||||
type: http
|
||||
x_forwarded: true
|
||||
bind_addresses: ['::1', '127.0.0.1']
|
||||
bind_addresses: [localhost]
|
||||
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
|
Loading…
Reference in a new issue