Update synapse DB to postgres 14

This commit is contained in:
Jake Howard 2021-12-22 15:24:37 +00:00
parent fbdbc8afb5
commit ec9ca428a3
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -20,7 +20,7 @@ services:
- traefik.http.routers.synapse.rule=Host(`matrix.jakehoward.tech`)
db:
image: postgres:12-alpine
image: postgres:14-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=synapse