@huber70
Photoprism worked and then it did not.
- What went wrong?
- As what user (pi/root) did you type sudo docker-compose up -d ?
This means your "Originals" directory is probably under /root. (not pi).
You must now also have a mysql docker image/container. Is it running?
What is the output of: docker ps -a and docker ps ?
The line
- "~/Pictures:/photoprism/originals"
in the docker-compose.yml file points to where you should put the photo directories. Check if they are there (/home/pi/Pictures or /root/Pictures)and then see attachment.
To test put only a small test directory in /home/pi/Pictures
then press the button to start indexing........... (takes forever, that's what I hate)
|