From 497718c6b273c2e11fc33547a5f0dfc796d9c3a0 Mon Sep 17 00:00:00 2001 From: Olin Blodgett Date: Tue, 13 Feb 2024 15:22:15 -0500 Subject: [PATCH] Fixed database name --- postgres/docker-healthcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/docker-healthcheck b/postgres/docker-healthcheck index 375f5fc..a0cccb1 100755 --- a/postgres/docker-healthcheck +++ b/postgres/docker-healthcheck @@ -4,7 +4,7 @@ set -eo pipefail host="${PGHOST:-localhost}" port="${PGPORT:-5432}" user="${PSQL_USER:-postgres}" -db="${MINE_NAME:-biotestmine}" +db="postgres" export PGPASSWORD="${PSQL_PWD:-postgres}" args=(