Skip to content

Commit

Permalink
fix: Update healthcheck parameters in docker-compose-dev.yml (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycoolslm authored Jul 24, 2024
1 parent 6a7a582 commit 38b6805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
- "5432:5432"
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d planka"]
test: ["CMD-SHELL", "pg_isready -U user -d planka_db"]
interval: 10s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 38b6805

Please sign in to comment.