Add info about required attribute for external volume
This commit is contained in:
parent
5486920b28
commit
41b1b7d0e0
1 changed files with 6 additions and 0 deletions
|
@ -22,3 +22,9 @@ If required, you can mount external volumes. Example:
|
|||
```
|
||||
lxc config device add <name> <name>_disk disk source=/dev/vdf path=/mnt/pictures readonly=true raw.mount.options=noload
|
||||
```
|
||||
|
||||
Then add it to `group_data/production.py`:
|
||||
|
||||
```
|
||||
photoprism_originals_src=/mnt/pictures'
|
||||
```
|
||||
|
|
Reference in a new issue