diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 23:27:52 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 23:27:52 +0100 |
commit | 53ebca75b61ebd65003ee9513ca63e9c636c3b9e (patch) | |
tree | a24f45c0e7dc4aef8c20588828949cf1fea36f6f /nomad | |
parent | 395437ebb91aad86bd7a92514146e7661568e8d8 (diff) | |
download | infrastructure-53ebca75b61ebd65003ee9513ca63e9c636c3b9e.tar.gz infrastructure-53ebca75b61ebd65003ee9513ca63e9c636c3b9e.zip |
Jitsi: varioux fixes
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 |