Pin postgres to 13

This commit is contained in:
BBaoVanC 2021-10-01 12:35:34 -05:00
parent a487d38ce9
commit ba1e0e1ea9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "2.1"
services:
postgres:
image: postgres:latest
image: postgres:13
environment:
- POSTGRES_USER=drone
- POSTGRES_PASSWORD