From 7a5a701bbf8abcfec6f6364687696581186bb8a3 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 26 Apr 2020 23:07:01 +0200 Subject: Upgrade jitsi --- nomad/jitsi.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nomad') diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl index bcfab06..b0ccb3a 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -157,7 +157,7 @@ job "jitsi" { task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v1" + image = "superboum/amd64_jitsi_conference_focus:v2" network_mode = "host" } @@ -189,7 +189,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v6" + image = "superboum/amd64_jitsi_videobridge:v9" network_mode = "host" port_map { video1_port = 8080 -- cgit v1.2.3