Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Dec 19, 2024
1 parent 01fe4a0 commit aaa5f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ services:
- pg_data:/var/lib/postgresql/data
healthcheck:
test: pg_isready
interval: 1s
interval: 10s
timeout: 5s
retries: 10
retries: 5
restart: always

app:
Expand Down

0 comments on commit aaa5f32

Please sign in to comment.