release: stable-9364
*ca61ea2jibri: add ability to ignore certificate errors *615396ejava: use Java 17 *140db22jibri: check for chrome bin before pre-warm (#1757) *648612ffeat(prosody): Always report visitors support when enabled. *28f3cf8jvb: lipcap from apt to allow for pcap dumps (#1747) *33350c3prosody: fix env var default value *d6dc1e3base-java: install nodejs 20 from nodesource *8f84f2fjibri: use storage.googleapis.com location for chromedriver *1bbb4abfix(prosody): Updates a rate whitelist config that changed in jitsi-meet. (#1741) *eccf68emisc: 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-9364}
|
||||
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