From 4188038f4ee18c576c7c87737f62bb650b007ecc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Oct 2020 12:05:50 +0300 Subject: [PATCH] use better db image name --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7e30568..d78da83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ version: '3' services: db: - image: cthulhoo/ttrss-db-pgsql-12-count-bits:latest + image: cthulhoo/postgres-count-bits:12-latest build: context: ./db