mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-09 19:21:44 +00:00
Update photostructure.md
This commit is contained in:
@@ -31,3 +31,8 @@ services:
|
|||||||
- ./logs:/ps/logs
|
- ./logs:/ps/logs
|
||||||
- /mnt/photos:/photos
|
- /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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user