diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-14 11:19:09 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-14 11:19:09 +0100 |
commit | 582882286e7cf337ea3d8819ea92aaf0fa0ec374 (patch) | |
tree | a4ea203b4b33db690afcd38e48267f8e7ab28d09 /app/im | |
parent | fa75e0012c9a665394f5010ad0ea6a665e12f812 (diff) | |
download | infrastructure-582882286e7cf337ea3d8819ea92aaf0fa0ec374.tar.gz infrastructure-582882286e7cf337ea3d8819ea92aaf0fa0ec374.zip |
latest s3 provider version is required
Diffstat (limited to 'app/im')
-rw-r--r-- | app/im/deploy/im.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 89fba51..dba2447 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:v48" + image = "superboum/amd64_synapse:v49" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -138,7 +138,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v48" + image = "superboum/amd64_synapse:v49" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" |