release: stable-8719
*6f72293jibri: bump Chrome version *94c7060jibri: params to override statsd host and port *0569bcejibri: add autoscaler-sidecar service support (#1562) *57a7c22jicofo: add ability to disable auth *a41578cprosody: update the comma logic while listing TURNs *9776714prosody: allow multiple TURN (#1559) *ce59d1ejibri: upgrade chrome to 113 (#1555) *c2f01f3web: update livestreaming settings according to new config.js *e4c8c2ajibri: pre-warm chrome first before starting jibri (#1549) *809f63ccompose: add ability to configure the Jicofo REST port in the host *b81bd5cmisc: 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-8719}
|
||||
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