We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6b787 commit eb6c707Copy full SHA for eb6c707
1 file changed
docker-compose.yml
@@ -41,7 +41,7 @@ services:
41
environment:
42
POSTGRES_PASSWORD: postgres
43
POSTGRES_USER: postgres
44
- POSTGRES_DB: db_dev
+ POSTGRES_DB: brood_dev
45
healthcheck:
46
test: ["CMD", "psql", "-U", "postgres", "-c", "SELECT 1;"]
47
interval: 5s
0 commit comments