release: stable-7439
*ea37859prosody: add ability to configure MUC modules through ENV variables *5ff69fdjvb: fix jvb.conf parsing error *8f38fe6web,jvb: add option to enable multi-stream *701dadfjvb: add ability to disable STUN *264a3d8web: add prejoin config options *fec78e4jigasi: build on arm *c04f658web,jvb: allow underscore in JVB_WS_SERVER_ID *55a4591prosody: configure unbound resolver *576e5a9web: start with clean config.js *a7f260eweb,etherpad: fix default public URL *0cbfbfdweb: don't proxy HTTP traffic to WS endpoints *7ed5063jibri,compose: avoid mounting /dev/shm/ *fbb8a2djibri: switch to PulseAudio *e7533f8jibri: simplify Dockerfile *7e74308jigasi: switch to Java 11 *a9d1ed6misc: working on unstable *b227b73build: fix multiarch build
This commit is contained in:
@@ -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}
|
||||
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