Skip to content

Commit

Permalink
add comment to docker yaml about default credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroth authored Oct 10, 2024
1 parent 3e0130d commit 4a9a348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
ports:
- "5432:5432"
environment:
# These are default credentials to help get started.
# They are expected to be changed to properly secure the database
POSTGRES_USER: postgres
POSTGRES_PASSWORD: dispatch
POSTGRES_DB: dispatch
Expand Down

0 comments on commit 4a9a348

Please sign in to comment.