Skip to content

Commit

Permalink
Contrib: Docker: updates PostgreSQL version in docker-compose.yml (#…
Browse files Browse the repository at this point in the history
…18089)

Co-authored-by: Andrew Morgan <[email protected]>
  • Loading branch information
maxkratz and anoadragon453 authored Jan 21, 2025
1 parent aa07a01 commit 90a6bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.d/18089.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updates contributed `docker-compose.yml` file to PostgreSQL v15, as v12 is no longer supported by Synapse.
Contributed by @maxkratz.
2 changes: 1 addition & 1 deletion contrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90a6bd0

Please sign in to comment.