From 8dc0d3ade3205a209e2fc48dd3c518759eec9f74 Mon Sep 17 00:00:00 2001 From: Kuglikrug <34000515+Kuglikrug@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:27:47 +0100 Subject: [PATCH] added description for NUM_WORKERS as Environment Variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34b9f6f..51f3b8c 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,8 @@ The unified Lidify container handles most configuration automatically. Here are | `SESSION_SECRET` | Auto-generated | Session encryption key (recommended to set for persistence across restarts) | | `TZ` | `UTC` | Timezone for the container | | `LIDIFY_CALLBACK_URL` | `http://host.docker.internal:3030` | URL for Lidarr webhook callbacks (see [Lidarr integration](#lidarr)) | +| `NUM_WORKERS` | Auto-generated (50% of CPU Cores) | Limit the amount of workers being used in Auto Analysis. | + The music library path is configured via Docker volume mount (`-v /path/to/music:/music`).