From e366b62b5226065d1037c0c6181d0cfdc766bc56 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 25 Aug 2025 12:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20{QDRANT=5FPORT=20?= =?UTF-8?q?=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=B7=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index dfb4ff3..50e8e71 100644 --- a/compose.yml +++ b/compose.yml @@ -14,7 +14,7 @@ services: image: qdrant/qdrant env_file: .env ports: - - "{QDRANT_PORT:-6333}:6333" + - "${QDRANT_PORT:-6333}:6333" volumes: - ./.data/qdrant/storage:/qdrant/storage restart: "no"