Pin postgres to 13

This commit is contained in:
BBaoVanC 2021-10-01 12:36:32 -05:00
parent 5f0ea6780c
commit 0882e7e330
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
# - /var/run/docker.sock:/var/run/docker.sock
postgres:
image: postgres:latest
image: postgres:13
environment:
- POSTGRES_USER=synapse
- POSTGRES_PASSWORD