Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): fix healthcheck
Browse files Browse the repository at this point in the history
frgfm committed Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a0964c1 commit 0f9104f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ services:
healthcheck:
test: ["CMD-SHELL", "ollama list | grep -q 'tinydolphin:1.1b-v2.8-q4_0'"]
interval: 10s
timeout: 20s
retries: 5
timeout: 60s
retries: 3
# deploy:
# resources:
# reservations:

0 comments on commit 0f9104f

Please sign in to comment.