Skip to content
Snippets Groups Projects
Commit 4ba22780 authored by Alexander Drummer's avatar Alexander Drummer
Browse files

readme

parent 4938c663
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment