release: stable-5963

* 6f6fe77 prosody: enable limits
* db3d790 prosody: fix: restrict room creation to jicofo (#1059)
* 281db36 misc: working on latest
This commit is contained in:
Saúl Ibarra Corretgé
2021-06-11 08:50:41 +02:00
parent 6f6fe7717c
commit 25fd308bcf
4 changed files with 14 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ version: '3'
services:
# SIP gateway (audio)
jigasi:
image: jitsi/jigasi:latest
image: jitsi/jigasi:stable-5963
restart: ${RESTART_POLICY}
ports:
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'