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