changed paths

This commit is contained in:
2021-10-29 15:21:49 +02:00
parent 9cd7641c68
commit ce6137361e
+2 -2
View File
@@ -101,7 +101,7 @@ services:
volumes:
## The *originals* folder contains your original photo and video files (- "[host folder]:/photoprism/originals"):
#- "~/Pictures:/photoprism/originals"
- "/mnt/photo:/photoprism/originals/photo"
#- "/mnt/photo:/photoprism/originals/photo"
- "/mnt/photostorage:/photoprism/originals/photostorage"
## Multiple folders can be made accessible by mounting them as subfolders of /photoprism/originals:
# - "/mnt/Family:/photoprism/originals/Family" # [folder 1]:/photoprism/originals/[folder 1]
@@ -109,7 +109,7 @@ services:
## You may mount an *import* folder from which files can be transferred to *originals* (optional):
# - "~/Import:/photoprism/import"
## Cache, session, thumbnail, and sidecar files will be created in the *storage* folder (never remove):
- "/docker/photoprism/storage:/photoprism/storage"
- "/mnt/photostorage/photoprism/storage:/photoprism/storage"
deploy:
mode: replicated
replicas: 1