diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-19 14:24:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-19 14:24:44 +0100 |
commit | 3c12cf646373cb66c3eb0a9b0dbb3f12534dd69a (patch) | |
tree | 2e6e931faef312bf6e6cdbef33f2944a8a5cde2d /app/docker-compose.yml | |
parent | b5ec581bc8404ff993910e4ba28df564b0e15c02 (diff) | |
download | nixcfg-3c12cf646373cb66c3eb0a9b0dbb3f12534dd69a.tar.gz nixcfg-3c12cf646373cb66c3eb0a9b0dbb3f12534dd69a.zip |
im: directly call Garage on local node when possible
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 7d0d047..812c148 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -11,6 +11,6 @@ services: # Update with the latest commit on main each time you update the synapse version # 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: 772481b6500ba9dc87d0d3045d7bbe6de28e463f - image: lxpz/amd64_synapse:1.49.2-3 + S3_VERSION: 8926b4e4178edcda1a32fdb39bd36cef1a1a9d40 + image: lxpz/amd64_synapse:1.49.2-4 |