mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Contrib: Docker: updates PostgreSQL version in docker-compose.yml
(#18089)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
aa07a01452
commit
90a6bd01c2
2 changed files with 3 additions and 1 deletions
2
changelog.d/18089.bugfix
Normal file
2
changelog.d/18089.bugfix
Normal file
|
@ -0,0 +1,2 @@
|
|||
Updates contributed `docker-compose.yml` file to PostgreSQL v15, as v12 is no longer supported by Synapse.
|
||||
Contributed by @maxkratz.
|
|
@ -51,7 +51,7 @@ services:
|
|||
- traefik.http.routers.https-synapse.tls.certResolver=le-ssl
|
||||
|
||||
db:
|
||||
image: docker.io/postgres:12-alpine
|
||||
image: docker.io/postgres:15-alpine
|
||||
# Change that password, of course!
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
|
|
Loading…
Add table
Reference in a new issue