From ab53c4e7bb7cb31f7e6f351bf83dde90d86cc7a9 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Thu, 5 Dec 2019 08:05:58 -0500 Subject: [PATCH] Update postgres.json --- public/v2/apps/postgres.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v2/apps/postgres.json b/public/v2/apps/postgres.json index f4e18bb..fe0a332 100644 --- a/public/v2/apps/postgres.json +++ b/public/v2/apps/postgres.json @@ -1,7 +1,7 @@ { "captainVersion": "2", "documentation": "Taken from https://hub.docker.com/_/postgres", - "displayName": "", + "displayName": "PostgreSQL", "description": "The PostgreSQL object-relational database system provides reliability and data integrity", "dockerCompose": { "version": "3.3", @@ -59,4 +59,4 @@ } ] -} \ No newline at end of file +}