Skip to content

Commit

Permalink
Update content/guides/use-case/rag-ollama/containerize.md
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
  • Loading branch information
mfranzon and craig-osterhout committed Sep 4, 2024
1 parent 40c12cf commit 86147cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/use-case/rag-ollama/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86147cf

Please sign in to comment.