From b96b3d10912c4d9d11d59c7ca1c20560e2b334d6 Mon Sep 17 00:00:00 2001 From: Adasauce Date: Mon, 7 Oct 2019 10:29:33 -0300 Subject: [PATCH] Lock to Postgres 11 for now Not ready to migrate DBs into 12, and don't have a migration strategy yet. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c671af2..03efcb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: db: - image: postgres:alpine + image: postgres:11-alpine restart: always volumes: - db:/var/lib/postgresql/data