diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/jitsi.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl index e6fc964..cae7e5b 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -189,7 +189,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v3" + image = "superboum/amd64_jitsi_videobridge:v4" network_mode = "host" port_map { video1_port = 4443 |