release: stable-10655

This commit is contained in:
damencho
2025-11-24 17:24:48 +00:00
committed by github-actions[bot]
parent bab03c7b26
commit 8c3f7cabf3
4 changed files with 7 additions and 7 deletions

View File

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