diff --git a/content/guides/use-case/rag-ollama/containerize.md b/content/guides/use-case/rag-ollama/containerize.md index e1678402773..114c2faa2c9 100644 --- a/content/guides/use-case/rag-ollama/containerize.md +++ b/content/guides/use-case/rag-ollama/containerize.md @@ -79,7 +79,7 @@ winy: build: context: ./app dockerfile: Dockerfile -environment: + environment: - QDRANT_CLIENT=http://qdrant:6333 # Specifies the url for the qdrant database - OLLAMA=http://ollama:11434 # Specifies the url for the ollama service container_name: winy