View Single Post
Old 07-11-2023, 11:41 AM   #332
huber70
Addict
huber70 has learned how to buy an e-book online
 
Posts: 274
Karma: 96
Join Date: Nov 2017
Location: Germany
Device: Tolino Vision6
@mariosipad

just to be sure that this is the right entry: docker-compose.yml (under /home/pi/photoprism/) shows changings as follows:

volumes:
# "/host/folder:/photoprism/folder" # Example
- "/home/pi/Pictures:/photoprism/original" # Original media files (DO NOT REMOVE)
# - "/example/family:/photoprism/originals/family" # *Additional* media folders can be mounted like this
# - "~/Import:/photoprism/import" # *Optional* base folder from which files can be imported to originals
- "./storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE)
huber70 is offline   Reply With Quote