listen on ipv6 interfaces as well
This commit is contained in:
parent
5850caebfa
commit
f8d3f8b73b
@ -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 \
|
||||||
|
@ -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}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user