release: stable-7648-3

* 7890183 jibri: fix ENABLE_RECORDING issue
* a2b86a0 fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377.
* 9f3c81f misc: working on unstable
This commit is contained in:
Saúl Ibarra Corretgé
2022-08-22 09:59:44 +02:00
parent 7890183b9f
commit acc7c55c9f
4 changed files with 14 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-3}
restart: ${RESTART_POLICY:-unless-stopped}
volumes:
- ${CONFIG}/jibri:/config:Z