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

Commit

Permalink
fix(docker): fix healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Feb 20, 2024
1 parent 0f9104f commit f0d1861
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
Expand Up @@ -46,8 +46,8 @@ services:
- 11434
healthcheck:
test: ["CMD-SHELL", "ollama list | grep -q 'tinydolphin:1.1b-v2.8-q4_0'"]
interval: 10s
timeout: 60s
interval: 30s
timeout: 3s
retries: 3
# deploy:
# resources:
Expand Down

0 comments on commit f0d1861

Please sign in to comment.