Added folder mapping steps

This commit is contained in:
Chris Stuurman 2025-01-02 17:27:18 +02:00
parent addb7167dd
commit d56c8f1243

View File

@ -0,0 +1,7 @@
# add folder mapping for media
## assuming that the folder where media is stored is /mnt/tank/data1/Media:
## on Truenas shell:
jlmkr edit docker
## add the following args to "systemd_nspawn_user_args":
--bind='/mnt/tank/data1/Media:/mnt/media'