diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-18 19:55:48 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-18 19:55:48 +0200 |
commit | f8682668c210fe0a5585620adf0ad498f7370bec (patch) | |
tree | fa884e9d63b1d47ac9ac4618bed48b67345519cd /app/deployment | |
parent | 09fc30214da3febbf9c06a81bd52701f370be67e (diff) | |
download | infrastructure-f8682668c210fe0a5585620adf0ad498f7370bec.tar.gz infrastructure-f8682668c210fe0a5585620adf0ad498f7370bec.zip |
Upgrade Element Web to new config.json
- Display deuxfleurs.fr and not im.deuxfleurs.fr on login screen
- Remove broken welcome page on login
- Set our jitsi instance
- Add more servers in the room discovery page
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index b758011..c7528d1 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -239,7 +239,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v15" + image = "superboum/amd64_riotweb:v16" port_map { web_port = 8043 } |