We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2d6d commit 1bbc4feCopy full SHA for 1bbc4fe
db.compose.yml
@@ -24,7 +24,7 @@ services:
24
# this is a feature of the postgres docker image
25
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-runestone}
26
POSTGRES_USER: ${POSTGRES_USER:-runestone}
27
- POSTGRES_DBNAME: ${POSTGRES_DBNAME:-runestone_dev}
+ POSTGRES_DB: ${POSTGRES_DBNAME:-runestone_dev}
28
# use a non-standard port to avoid conflicts with other postgres instances on the host
29
ports:
30
- 2345:5432
0 commit comments