release: stable-7648

* 12941f5 web: turn on multi-stream by default
* 1d4b265 web: add new flag for multi-stream
* 4264f25 prosody: make enable_domain_verification configurable
* 2a7db7c jigasi: fix Sentry test
* 2d106d8 jigasi: adjust log formatter
* 6c9e305 jigasi: temporarily disable G722
* 9edecf2 misc: working on unstable
This commit is contained in:
Saúl Ibarra Corretgé
2022-08-12 14:58:03 +02:00
parent 12941f54c2
commit 59a8c16d24
4 changed files with 18 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ version: '3.5'
services:
jibri:
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648}
restart: ${RESTART_POLICY:-unless-stopped}
volumes:
- ${CONFIG}/jibri:/config:Z