Skip to content

Commit

Permalink
noise
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed Nov 10, 2023
1 parent a7a9d40 commit 6f8a4e3
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 @@ -96,7 +96,7 @@ services:
ports:
- "127.0.0.1:9000:9000"
healthcheck:
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:9000", "-s", "-o", "/dev/null" ]
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:9000" ]
interval: "10s"
timeout: "10s"
retries: 3
Expand Down

0 comments on commit 6f8a4e3

Please sign in to comment.