diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-10 23:07:38 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-10 23:07:38 +0100 |
commit | 60f65552d24a78140a9cf6dfcdba2d4ae3dd8b6c (patch) | |
tree | 1b9d36b26eb8e5a8649312d91d9d431033bb1370 /app/docker-compose.yml | |
parent | 8544cd27bbd5a68e1cf314d1d7ff3d341d935747 (diff) | |
download | nixcfg-60f65552d24a78140a9cf6dfcdba2d4ae3dd8b6c.tar.gz nixcfg-60f65552d24a78140a9cf6dfcdba2d4ae3dd8b6c.zip |
fix s3_media_upload
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 77b4cd3..18c121c 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -12,5 +12,5 @@ services: # otherwise synapse may fail to launch due to incompatibility issues # see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64 S3_VERSION: 55e1846102e08c3b9686b0426c848d2163d7ba54 - image: lxpz/amd64_synapse:1.49.2 + image: lxpz/amd64_synapse:1.49.2-2 |