Pin postgres to 13

This commit is contained in:
BBaoVanC 2021-10-01 12:35:09 -05:00
parent 43f75603b6
commit 68f281d20a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
postgres:
image: postgres:latest
image: postgres:13
environment:
- POSTGRES_USER=bitwarden
- POSTGRES_PASSWORD