Skip to content

Commit

Permalink
Repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Sep 28, 2023
1 parent 7cb13e1 commit 424ecf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containers/talk/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions Containers/talk/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 424ecf0

Please sign in to comment.