please I need help, I am trying to run plex server in docker on Ubuntu, fighting with it few days now.
When I want add library in webui, it doesnt see directory. I followed this steps, so my mounted disk is /disks/hdd/ but I cant even see /disks/ (screenshot)
here is my “ls -al /disks”
Plex installed following steps here, my compose.yml:
I am quite linux noobie, so please talk to me in that way
In your compose file you have /disks/hdd/movies mapped to /tv. In your first screenshot, you can see the /tv directory in the left column, and I assume if you scroll down it will also be in the right column.
The left side of the volume map is the path on the host, the right side is where you will find it inside your container. You can make them the same, or they can be different paths as you have done in your compose file.