From abd99dd9bd1bc9c52ef2c20563fbd721154e09c3 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 5 Aug 2022 16:06:52 +0200 Subject: [PATCH] Jitsi : 7577 --- podman-jitsi/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/vars.sh b/podman-jitsi/vars.sh index 38f4470..84be91f 100644 --- a/podman-jitsi/vars.sh +++ b/podman-jitsi/vars.sh @@ -3,7 +3,7 @@ pod_name='podman-jitsi' service_name="pod-${pod_name}.service" upstream_images="localhost/jitsi/jvb localhost/jitsi/jicofo localhost/jitsi/prosody localhost/jitsi/web" -version='stable-7439-2' +version='stable-7577' confvolume='.jitsi-meet-cfg' listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}" listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"