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
  • Loading branch information
maxkratz committed Jan 15, 2025
1 parent 39bd6e2 commit 44422e1
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 contribution `docker-compose.yml` PostgreSQL version to v15 since v12 is now deprecated.
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 44422e1

Please sign in to comment.