release: stable-7287-2
*ab08247build: make sure JITSI_RELEASE is passed when invoking make *5109874prosody: update to latest stable *343ef56doc: update README *829841ejibri: add support for arm64 *8d5a9cfjvb: fix not setting WS server ID *cffab8fjibri: fix log location template *94833b5doc: update README *d3901babuild: also release a "stable" tag *9217b0amisc: working on unstable
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-7287-2}
|
||||
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