Fix example docker-compose.yml files

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-05-14 22:39:43 +02:00
parent 871c5aae9c
commit d511a5c10a
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +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
# 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,7 +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
# 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)