From 25541e8d3b27847fb84e06b4e1f77d1914783a4a Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 14 Jun 2026 20:23:43 +0530 Subject: [PATCH] chore: remove commented-out FLOWER_PORT from .env.example --- docker/.env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index 54ca489b2..c19c50545 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -50,7 +50,6 @@ EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2 # FRONTEND_PORT=3929 # ZERO_CACHE_PORT=5929 # SEARXNG_PORT=8888 -# FLOWER_PORT=5555 # ============================================================================== # DEV COMPOSE ONLY (docker-compose.dev.yml)