Skip to content

Commit

Permalink
chore: fixes interval healthcheck (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Apr 8, 2024
1 parent c63dc9d commit af7ed8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ services:
- CONTAINERS=1
healthcheck:
test: ["CMD", "nc", "-z", "127.0.0.1", "2375"]
interval: 30s
interval: 5s
retries: 5
start_period: 5s
start_interval: 5s
ports:
- 2375:2375

Expand Down

0 comments on commit af7ed8b

Please sign in to comment.