Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 9, 2024
1 parent 98fedab commit 538bfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 11434:11434
options: >-
--name ollama
--health-cmd "curl --fail http://localhost:11434/ || exit 1"
--health-cmd "curl --fail http://localhost:11434 || exit 1"
--health-interval 20s
--health-timeout 3s
--health-retries 10
Expand Down

0 comments on commit 538bfd6

Please sign in to comment.