diff options
Diffstat (limited to 'nomad/jitsi.hcl')
-rw-r--r-- | nomad/jitsi.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |