Update photostructure.md

This commit is contained in:
Dziad Borowy
2021-11-01 15:11:30 +00:00
committed by GitHub
parent 0260bc9a34
commit 417ce4b5b5

View File

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