From d511a5c10a2af1425fb2ada5001a176e224a4cf6 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 14 May 2020 22:39:43 +0200 Subject: [PATCH] Fix example docker-compose.yml files Signed-off-by: Michael Mayer --- docker/photoprism/arm64/docker-compose.yml | 2 +- docker/photoprism/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/photoprism/arm64/docker-compose.yml b/docker/photoprism/arm64/docker-compose.yml index 340c69056..459376c0a 100644 --- a/docker/photoprism/arm64/docker-compose.yml +++ b/docker/photoprism/arm64/docker-compose.yml @@ -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) diff --git a/docker/photoprism/docker-compose.yml b/docker/photoprism/docker-compose.yml index a503f6de1..3aead41ab 100644 --- a/docker/photoprism/docker-compose.yml +++ b/docker/photoprism/docker-compose.yml @@ -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)