release: stable-9955
*3ba77e1feat(prosody) - Added TURN_USERNAME and TURN_PASSWORD (#1989) *82e98d2web: Added P2P_STUN_SERVERS environment variable (#1990) *02499f8feat(grafana): prosody monitoring dashboard created (#1879) *3af0725web: add option param for Automatic Gain Control *9bc57e2misc: 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-9955}
|
||||
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