Skip to content

Commit 1bbc4fe

Browse files
committed
Fix: wrong env var to set up database name
1 parent 4cb2d6d commit 1bbc4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
# this is a feature of the postgres docker image
2525
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-runestone}
2626
POSTGRES_USER: ${POSTGRES_USER:-runestone}
27-
POSTGRES_DBNAME: ${POSTGRES_DBNAME:-runestone_dev}
27+
POSTGRES_DB: ${POSTGRES_DBNAME:-runestone_dev}
2828
# use a non-standard port to avoid conflicts with other postgres instances on the host
2929
ports:
3030
- 2345:5432

0 commit comments

Comments
 (0)