release: stable-9457
*6f98bbeprosody: add ability to customize TURN TTL value *8fe3139jvb: fix autoscaler sidecar config (#1785) *48d803cjigasi: fix autoscaler sidecar config for shutdown url (#1784) *c951116jibri: fix autoscaler sidecar config (#1783) *cae1e40feat(jigasi): Adds trusted domains option. *e939230prosody: add ability to customize JWT signature type *b0f9eb2prosody: integrate prosody-plugins-contrib *604ba22prosody: Switches lua gc back to incremental. (#1777) *68d4b1ajibri: fix xorg modeline for 1280x720 (#1778) *8094a17web: add ability to change CORS header value *03b6ca2web: remove no longer needed mime type definition *70ba4cbbase: update to Debian Bookworm *dc5cbaemisc: working on unstable
This commit is contained in:
@@ -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-9457}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
|
||||
|
||||
Reference in New Issue
Block a user