release: stable-7648-4
*6449c60prosody: fix installation of lua inspect module *6664c89prosody: add missing lua-inspect dependency *755bd3fprosody: add jigasi and jibri users as admins *8c5fba1jigasi: add ability to disable SIP *4fa0a2fjvb: allow configuration of videobridge.ice.advertise-private-candidates *74e5942misc: 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-7648-4}
|
||||
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