update ollama container health check
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
ports:
|
||||
- 11434:11434
|
||||
options: >-
|
||||
--health-cmd="curl --fail http://localhost:11434/health || exit 1"
|
||||
--health-cmd="curl --fail http://localhost:11434/api/tags || exit 1"
|
||||
--health-interval=10s
|
||||
--health-timeout=5s
|
||||
--health-retries=5
|
||||
|
||||
Reference in New Issue
Block a user