mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-01 11:37:06 +08:00
Merge pull request #3426 from nextcloud/enh/3395/eturnal
This commit is contained in:
commit
a53f7b403b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM nats:2.10.1-scratch as nats
|
||||
FROM eturnal/eturnal:1.11.1 AS eturnal
|
||||
FROM eturnal/eturnal:1.12.0 AS eturnal
|
||||
FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling
|
||||
FROM alpine:3.18.3 as janus
|
||||
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@ eturnal:
|
|||
secret: "$TURN_SECRET"
|
||||
relay_ipv4_addr: "$IPv4_ADDRESS_TALK"
|
||||
relay_ipv6_addr: "$IPv6_ADDRESS_TALK"
|
||||
blacklist:
|
||||
blacklist_peers:
|
||||
- recommended
|
||||
whitelist:
|
||||
whitelist_peers:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- "$IPv4_ADDRESS_TALK"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue