diff --git a/apps/photos/photostructure.md b/apps/photos/photostructure.md index 3fdbff0..9447fc3 100644 --- a/apps/photos/photostructure.md +++ b/apps/photos/photostructure.md @@ -31,3 +31,8 @@ services: - ./logs:/ps/logs - /mnt/photos:/photos ``` + +If `docker-compose logs` show permission access errors, changing permissions to the generated folders may be required: +```sh +sudo chmod -R 777 config cache library logs photos +```