View Single Post
Old 07-12-2023, 07:51 AM   #340
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@huber70

The line in docker-compose.yml
- "./storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE)

can be either
1) left as is in the original docker-compose.yml (upon review there is no need to change it).
2) change to
- "/home/pi/photoprism/storage:/photoprism/storage"

I think that (missing /) is the cause or the error.

Before running docker-compose.yml again make sure that the output of docker ps -a is empty.
mariosipad is offline   Reply With Quote