Skip to content

Commit 90a6bd0

Browse files
maxkratzanoadragon453
andauthoredJan 21, 2025
Contrib: Docker: updates PostgreSQL version in docker-compose.yml (#18089)
Co-authored-by: Andrew Morgan <[email protected]>
1 parent aa07a01 commit 90a6bd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎changelog.d/18089.bugfix

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Updates contributed `docker-compose.yml` file to PostgreSQL v15, as v12 is no longer supported by Synapse.
2+
Contributed by @maxkratz.

‎contrib/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- traefik.http.routers.https-synapse.tls.certResolver=le-ssl
5252

5353
db:
54-
image: docker.io/postgres:12-alpine
54+
image: docker.io/postgres:15-alpine
5555
# Change that password, of course!
5656
environment:
5757
- POSTGRES_USER=synapse

0 commit comments

Comments
 (0)