@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)
|