Passing Storage To Containers

Hey,

I am brand new to Umbrel. I am attempting to use it for a Plex server that was running on Windows previously. I have Plex and Umbrel setup and working perfectly, however, I can’t figure out my storage situation. I have Umbrel running on Ubuntu server and my storage consists of 2 10 terabyte drives in a mirrored zfs pool. How would I pass these through to each container? Does Umbrel have an option for this or do I have to do it manually through Docker?

Thanks!

1 Like

I do have a nfs share setup, if I can just add that to plex, transmission, etc that would work too.

I had problems having my Plex Server finding the files I uploaded to my RPi5 via the file File Browser app as well as SAMBA.

I was able to solve the issue by modifying the docker-compose.yml file for plex.

I was able to move up the directory to a point where Plex then could access the files from the storage point. I am assuming you will need to modify the Volumes section to point to the directory of your need to solve your issue.