mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-05-14 11:24:25 +00:00
Update photostructure.md
This commit is contained in:
parent
0260bc9a34
commit
417ce4b5b5
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user