waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
449 stars 70 forks source link

Update docker-compose.yml #32

Closed oliverhihn closed 2 years ago

oliverhihn commented 2 years ago

Corrected volume path. Previously it mapped photos dir to photos/original, so the result was in the container a dir structure that goes photos/original/original. So the photos from the volume landed in photos/original/original and not in photos/originals. That is why there was an error saying that there are no images found.

waschinski commented 2 years ago

Nice catch Oliver and sorry for that causing trouble on your end! I am already using the mapping like this all the time but I don't use the docker-compose.yml file. :x

oliverhihn commented 2 years ago

Thank you! No, problem.