From a8102a3a7591670c5f4f802d2e39a84ead1c8b13 Mon Sep 17 00:00:00 2001 From: "aditya.chandel" <8075870+adityachandelgit@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:38:05 -0600 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2573b9bc6..03d19ca14 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ services: ports: - "6060:6060" # HostPort:ContainerPort → Keep both numbers the same, and also ensure the container port matches BOOKLORE_PORT, no exceptions. # All three (host port, container port, BOOKLORE_PORT) must be identical for BookLore to function properly. - # Example: To expose on host port 8080, set BOOKLORE_PORT=8080 and use "8080:8080". + # Example: To expose on host port 7070, set BOOKLORE_PORT=7070 and use "7070:7070". volumes: - /your/local/path/to/booklore/data:/app/data # Application data (settings, metadata, cache, etc.). Persist this folder to retain your library state across container restarts. - /your/local/path/to/booklore/books:/books # Primary book library folder. Mount your collection here so BookLore can access and organize your books.