release: stable-7439-1

* 76ff646 misc: working on unstable
This commit is contained in:
Saúl Ibarra Corretgé
2022-06-24 11:54:59 +02:00
parent 22dc822068
commit 62655d866e
4 changed files with 12 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ version: '3'
services:
# SIP gateway (audio)
jigasi:
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7439-1}
restart: ${RESTART_POLICY:-unless-stopped}
ports:
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'