release: stable-9258
*a198d56compose: add jvb dependency to web container (#1739) *5c5742bprosody: var for speakerstats modules *a1d1f2cweb: Add env vars for setting 1080p and 4k bitrates. *bb69407Remove "ping" in ViarualHosts (#1728) *14efd9cprosody: disable "offline" and "register" modules. (#1727) *8e28256misc: working on unstable
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.5'
|
||||
services:
|
||||
# SIP gateway (audio)
|
||||
jigasi:
|
||||
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-9258}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
|
||||
|
||||
Reference in New Issue
Block a user