misc: use the "unstable" tag between releases
In addition the "latest" tag will be gone with the next stable release. Going forward this is our versioning scheme: - stable-XXXX: stable release - unstable: daily unstable rolling release - unstable-XXXX-YY: daily unstable release
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
# SIP gateway (audio)
|
||||
jigasi:
|
||||
image: jitsi/jigasi:latest
|
||||
image: jitsi/jigasi:unstable
|
||||
restart: ${RESTART_POLICY}
|
||||
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