Skip to content

Commit

Permalink
fix: Allow changing the CONTAINER_REGISTRY for continuous benchmarks (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Mar 11, 2024
1 parent 1ea5b86 commit 20ec952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
qdrant_bench:
image: qdrant/qdrant:${QDRANT_VERSION}
image: ${CONTAINER_REGISTRY:-docker.io}/qdrant/qdrant:${QDRANT_VERSION}
container_name: qdrant-continuous
network_mode: host
logging:
Expand Down

0 comments on commit 20ec952

Please sign in to comment.