Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit f9e20cc

Browse files
committed
chore: remove hardcoded database name next-payload-3
1 parent 63c9ff1 commit f9e20cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: start-database.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ if [ "$DB_PASSWORD" = "password" ]; then
2222
echo "You are using the default database password"
2323
fi
2424

25-
docker run --name $DB_CONTAINER_NAME -e POSTGRES_PASSWORD=$DB_PASSWORD -e POSTGRES_HOST_AUTH_METHOD=trust -e POSTGRES_DB=next-payload-3 -d -p 5432:5432 docker.io/postgres
25+
docker run --name $DB_CONTAINER_NAME -e POSTGRES_PASSWORD=$DB_PASSWORD -e POSTGRES_HOST_AUTH_METHOD=trust -e POSTGRES_DB=$DB_CONTAINER_NAME -d -p 5432:5432 docker.io/postgres
2626

2727
echo "Database container was successfully created"
28-

0 commit comments

Comments
 (0)