Skip to content

Commit eb6c707

Browse files
committed
Proper database name for brood compose
1 parent bc6b787 commit eb6c707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
environment:
4242
POSTGRES_PASSWORD: postgres
4343
POSTGRES_USER: postgres
44-
POSTGRES_DB: db_dev
44+
POSTGRES_DB: brood_dev
4545
healthcheck:
4646
test: ["CMD", "psql", "-U", "postgres", "-c", "SELECT 1;"]
4747
interval: 5s

0 commit comments

Comments
 (0)