community: Use port_range_start/end instead of udp_port for ICE range

Use port_range_start/end instead of udp_port for ICE range also
in community edition
This commit is contained in:
cruizba 2024-07-08 19:18:24 +02:00
parent 345dc5327d
commit 1530c08ef8
2 changed files with 3 additions and 2 deletions

View File

@ -102,7 +102,7 @@ services:
ports:
- 3478:3478/udp
- 7881:7881/tcp
- 7882-7892:7882-7892/udp
- 7900-7999:7900-7999/udp
entrypoint: /bin/sh /scripts/entrypoint.sh
command: --config /etc/livekit.yaml
volumes:

View File

@ -12,7 +12,8 @@ bind_addresses:
- ""
rtc:
tcp_port: 7881
udp_port: 7882-7892
port_range_start: 7900
port_range_end: 7999
redis:
address: redis:6379
username: ""