7 lines
269 B
Markdown
7 lines
269 B
Markdown
## Add folder mapping for media
|
|
|
|
Assuming that the folder where media is stored is /mnt/tank/data1/Media:
|
|
1. on Truenas shell: <br>
|
|
jlmkr edit docker
|
|
2. add the following args to "systemd_nspawn_user_args": <br>
|
|
--bind='/mnt/tank/data1/Media:/mnt/media' |