Docker: Add PHOTOPRISM_SIDECAR_JSON to example config #4 #243

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-05-13 20:59:28 +02:00
parent 2ca1ff6701
commit 011fda39af
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ services:
PHOTOPRISM_THUMB_SIZE: 2048 # Default thumbnail size limit (default 2048, min 720, max 3840)
# PHOTOPRISM_THUMB_SIZE: 3840 # For retina screens (requires more storage)
PHOTOPRISM_THUMB_LIMIT: 3840 # On-demand thumbnail size limit (default 2048, min 720, max 3840)
# PHOTOPRISM_SIDECAR_JSON: true # sync metadata with json sidecar files as used by exiftool
volumes:
- "~/Pictures/Originals:/photoprism/originals" # [local path]:[container path]
- "~/Pictures/Import:/photoprism/import" # [local path]:[container path] (optional)

View file

@ -48,6 +48,7 @@ services:
PHOTOPRISM_THUMB_SIZE: 2048 # Default thumbnail size limit (default 2048, min 720, max 3840)
# PHOTOPRISM_THUMB_SIZE: 3840 # For retina screens (requires more storage)
PHOTOPRISM_THUMB_LIMIT: 3840 # On-demand thumbnail size limit (default 2048, min 720, max 3840)
# PHOTOPRISM_SIDECAR_JSON: true # sync metadata with json sidecar files as used by exiftool
volumes:
- "~/Pictures/Originals:/photoprism/originals" # [local path]:[container path]
- "~/Pictures/Import:/photoprism/import" # [local path]:[container path] (optional)