From 0b7829b5c1de97038d27bc2bf8572c98108ed45a Mon Sep 17 00:00:00 2001 From: D <157692623+dh4340@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:17:41 +0100 Subject: [PATCH] Error in docker-compose.yml Accidental error when typing. Included full command and container only requires "serve" to be passed directly --- docs/shadows/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shadows/index.md b/docs/shadows/index.md index b37f355c..b45c0c51 100644 --- a/docs/shadows/index.md +++ b/docs/shadows/index.md @@ -109,7 +109,7 @@ services: container_name: ollama ports: - "11434:11434" - command: ollama serve --port 11434 + command: serve networks: - ghosts-network