Skip to content

Commit

Permalink
Update image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Sep 2, 2024
1 parent 2798f93 commit 9db36c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ollama:
image: ollama/ollama:0.1.44
image: ollama/ollama:0.3.9
ports:
- 11434:11434
container_name: ollama
Expand Down Expand Up @@ -37,7 +37,7 @@ services:

qdrant:
container_name: qdrant_demo_qdrant
image: qdrant/qdrant:v1.11.0
image: qdrant/qdrant:v1.11.3
ports:
- "6333:6333"
- "6334:6334"
Expand Down

0 comments on commit 9db36c8

Please sign in to comment.