Skip to content
Snippets Groups Projects
Commit 709b874c authored by FERNANDES SAMUEL's avatar FERNANDES SAMUEL :star:
Browse files

avoid error in dockef compose if ollama is already started

parent 921d79b5
No related merge requests found
...@@ -37,4 +37,4 @@ services: ...@@ -37,4 +37,4 @@ services:
ollama: ollama:
container_name: ollama container_name: ollama
network_mode: "host" network_mode: "host"
command: ["ollama", "serve"] command: ["ollama", "serve", "||", "true"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment