listen on ipv6 interfaces as well

This commit is contained in:
Sebastian Hugentobler 2022-11-23 18:36:16 +01:00
parent 5850caebfa
commit f8d3f8b73b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM docker.io/alpine:3.16 AS builder FROM docker.io/alpine:3.16 AS builder
ENV VERSION=v1.68.0 ENV VERSION=v1.71.0
RUN apk add --no-cache \ RUN apk add --no-cache \
alpine-sdk \ alpine-sdk \

View File

@ -301,7 +301,7 @@ listeners:
tls: false tls: false
type: http type: http
x_forwarded: true x_forwarded: true
bind_addresses: ['0.0.0.0'] bind_addresses: ['::']
resources: resources:
- names: [client, federation] - names: [client, federation]
@ -1515,7 +1515,7 @@ room_prejoin_state:
app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}} app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}}
{{- if (getenv "REGISTRATIONS")}} {{- if (getenv "REGISTRATIONS")}}
{{- range $registration := split (getenv "REGISTRATIONS") ";"}} {{- range $registration := split (getenv "REGISTRATIONS") ";"}}
- {{ $registration -}} - registrations/{{ $registration -}}
{{end}} {{end}}
{{end}} {{end}}