From 4ba22780bd067a69d567bdcefd6841e853be973c Mon Sep 17 00:00:00 2001
From: Alexander Drummer <drummerroma@gmail.com>
Date: Sat, 30 Dec 2023 16:31:33 +0100
Subject: [PATCH] readme

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 3457574..eb87dda 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,13 @@ Environment variables:
 
 
 Important: Mount your local host machines image directory as volume in the container as /app/images.
+In this example:
+
+    -v $(pwd)/images:/app/images 
+mounts the local directory ./images into the container at /app/images.
+
+    $(pwd) 
+gets the current working directory, and you can replace it with the absolute path to your local directory.
 
 The VALID_EXTENSIONS environment variable is expected to be a comma-separated list of valid file extensions (e.g., .jpg,.png,.jp2).
 
-- 
GitLab