Skip to content

Commit

Permalink
Merge pull request #51 from nens/healthcheck-fix
Browse files Browse the repository at this point in the history
changed db user in healthcheck to avoid warning
  • Loading branch information
reinout authored Apr 10, 2024
2 parents 0b6bace + ab795a5 commit 5fbcc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
POSTGRES_PASSWORD: 'brostar'
POSTGRES_DB: 'brostar'
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: ["CMD-SHELL", "pg_isready -U brostar"]
interval: 5s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 5fbcc5c

Please sign in to comment.