diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-27 19:02:00 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-27 19:02:00 +0200 |
commit | 6060d05c200a74096fcbe2bc563ef5bf425f508d (patch) | |
tree | 97accb9429744bf8c996474f5a7272e0171c8a8b /nomad | |
parent | 7a5a701bbf8abcfec6f6364687696581186bb8a3 (diff) | |
download | infrastructure-6060d05c200a74096fcbe2bc563ef5bf425f508d.tar.gz infrastructure-6060d05c200a74096fcbe2bc563ef5bf425f508d.zip |
Fix front version
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 b0ccb3a..e037fe1 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -93,7 +93,7 @@ job "jitsi" { task "front" { driver = "docker" config { - image = "superboum/amd64_jitsi_front:v4" + image = "superboum/amd64_jitsi_front:v5" network_mode = "host" port_map { https_port = 443 |