NFS mount for media
Hi, whats the best way to mount the nfs share to runtipi for media? Custom docker yml for every app? Or is there simpler solution? I use tipi inside LCX container.
I tried fstab it doesnt work, mount from command works fine, but i dont see mounted folders inside docker container (jellyfin)
im interested in arr suite but manually updating every container with custom compose file for nfs doesnt look right to me.
5 Replies
Example:
sudo mount --bind /mnt/media /home/user/runtipi/mediai mounted directly form separate server to runtipi media movie folder and container didnt see that
I use the comand above in my own setup. NFS -> Host -> LXC -> bind to media
I might be wrong but you maybe need to have fuse/cifs enabled on your LXC container. Check if it’s the case ?
its enabled