1
0
Fork 0

Matrix not compatible to postgres 16 fix

This commit is contained in:
Florian Richer 2023-09-17 10:33:05 +02:00 committed by GitHub
parent aee2045b8d
commit 23c2f66e4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ version: '3'
services:
postgres:
image: postgres:latest
image: postgres:15
restart: unless-stopped
networks:
- internal