mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 05:28:44 +02:00
5 UDP ports are not enough
This commit is contained in:
@ -30,7 +30,7 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 9710:9710/udp
|
||||
- 10000-10005:10000-10005/udp
|
||||
- 10000-11000:10000-11000/udp
|
||||
volumes:
|
||||
- ./ghostream_data:/etc/ghostream:ro
|
||||
labels:
|
||||
|
@ -170,7 +170,7 @@ webrtc:
|
||||
# This range must be opened in your firewall.
|
||||
#
|
||||
#minPortUDP: 10000
|
||||
#maxPortUDP: 10005
|
||||
#maxPortUDP: 11000
|
||||
|
||||
# STUN servers, you should host your own Coturn instance
|
||||
#
|
||||
|
Reference in New Issue
Block a user