release: stable-7648-1
*d9921a0prosody: fix syntax error *bc6ce20jibri: update Chrome to M104 *7c7a43aprosody: add ability to configure max occupants *85a38d9jibri: add ability to enable Dropbox recording without enabling "service recording" *f8b7037jvb: enable multi-stream by default *eb0dd6bweb: fix receiveMultipleVideoStreams flag *674f134misc: 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-7648-1}
|
||||
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