Skip to content

Commit

Permalink
fix(docker-compose): use correct qdrant secondary version (#8452)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Nov 5, 2024
1 parent b5c65c5 commit 1c94a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
timeout: 10s
retries: 1 # Only retry once to minimize delay
qdrant_secondary:
image: "qdrant/qdrant:v1.7.2"
image: "qdrant/qdrant:v1.11.4"
volumes:
- qdrant_secondary:/qdrant/storage
environment:
Expand Down

0 comments on commit 1c94a20

Please sign in to comment.