diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-07-30 17:18:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-07-30 17:18:05 +0200 |
commit | 9503cad153daac7af7a859290a10475e58b4c70f (patch) | |
tree | 77c43d8042cdda547f1762536a9661c1864fb153 /nomad | |
parent | 792dfc990747783ff3733712f41e3a99a8d7baa6 (diff) | |
download | infrastructure-9503cad153daac7af7a859290a10475e58b4c70f.tar.gz infrastructure-9503cad153daac7af7a859290a10475e58b4c70f.zip |
[matrix] New Riot Web version
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/chat.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 0f6a653..ab4f513 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -109,7 +109,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v5" + image = "superboum/amd64_riotweb:v6" port_map { web_port = 8043 } |