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:
parent
345dc5327d
commit
1530c08ef8
@ -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:
|
||||
|
||||
@ -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: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user