diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 787ba46..abdcfeb 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -203,7 +203,7 @@ listeners: tls: false type: http x_forwarded: true - bind_addresses: ['::1', '127.0.0.1'] + bind_addresses: ['::', '0.0.0.0'] resources: - names: [client, federation] diff --git a/rootfs/etc/fix-attrs.d/01-synapse b/rootfs/etc/fix-attrs.d/01-synapse index ef822b8..df4cbb8 100644 --- a/rootfs/etc/fix-attrs.d/01-synapse +++ b/rootfs/etc/fix-attrs.d/01-synapse @@ -1,3 +1,2 @@ /var/lib/matrix-synapse/signing/ true matrix-synapse 0640 0750 /var/lib/matrix-synapse/media_store/ true matrix-synapse 0640 0750 -/var/lib/matrix-synapse/uploads true matrix-synapse 0640 0750