From f9cf9e0794b01d5dfb021b7bdf163ca04f1d92aa Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Mon, 27 Jun 2022 21:47:52 +0200 Subject: [PATCH] jitsi stable-7439-2 --- 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 c1a55b3..38f4470 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-7287-2' +version='stable-7439-2' confvolume='.jitsi-meet-cfg' listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}" listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"