From a3aff0f27286cea94f9a7fd537cea0b4a25474e8 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Wed, 10 Aug 2022 07:44:30 +0200 Subject: [PATCH] Jitsi : stable-7577-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 84be91f..17dab98 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-7577' +version='stable-7577-2' confvolume='.jitsi-meet-cfg' listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}" listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"