Skip to content

Commit

Permalink
Fixed database name
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Feb 13, 2024
1 parent c3e2078 commit 497718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/docker-healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 497718c

Please sign in to comment.