release: stable-10008

* 1f7544c fix(build) fix local build
* 2a329fa feat(web): include custom nginx conf files
* 862986a feat(web): Drops userRegion comes from backend now.
* 2b5c291 misc: working on unstable
This commit is contained in:
Saúl Ibarra Corretgé
2025-02-03 10:45:07 +01:00
parent 1f7544c8be
commit 51a0ba41b0
5 changed files with 16 additions and 7 deletions

View File

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