diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-06-04 19:48:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-06-04 19:48:50 +0200 |
commit | efcdef78564b3a3777efa5c1ed99ebc77fab0131 (patch) | |
tree | ab96d8ccffdc0908bb73055b30580a95ffc631bc /app/im/deploy | |
parent | 62fa15390b6997dfa25e22fbec7ca4b92c52fe74 (diff) | |
download | infrastructure-efcdef78564b3a3777efa5c1ed99ebc77fab0131.tar.gz infrastructure-efcdef78564b3a3777efa5c1ed99ebc77fab0131.zip |
Matrix 1.35.1 + S3 backend
Diffstat (limited to 'app/im/deploy')
-rw-r--r-- | app/im/deploy/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index d3cad7c..b53645c 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v44" + image = "superboum/amd64_synapse:v45" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] |