I'm trying to get Plex running in Docker on my Windows 11 PC along with a few other apps, but I'm having trouble figuring out how to set the storage directories for the containers. Specifically, I want to map my local paths, like I:/movies and I:/tv, to work properly in Docker. Also, I'm using a VPN (PIA-Internet) and I want my Docker containers to route through it. Any advice on the best way to do this?
4 Answers
You might want to check out the basics of Docker first. There are a lot of resources available, like the official documentation. It can help clarify how Docker works and how to set everything up correctly. Certain subreddits like r/Plex could also be helpful for specific prompts related to setting up Plex!
For getting things to work between containers, you could check out yams.media. It has some great solutions for managing interactions between your Docker containers. It might save you some setup headaches!
For the Docker Plex setup, you can use the LinuxServer Plex image. You'll need to use a Docker Compose file and set your volume paths like this, making sure to use quotes and forward slashes:
- "i:/tv:/tv"
- "i:/movies:/movies"
If that doesn't work, you could also try this format:
- "/i/tv:/tv"
- "/i/movies:/movies"
Experiment a little and see what sticks!
Just a heads up, Plex really recommends running the app directly on Windows or MacOS instead of in Docker, especially since it runs in a VM on these OSs. If you’re determined to use Docker, consider that while it can work, you might run into more complexities than if you just run Plex on your PC directly.
Related Questions
Fix Not Being Able To Add New Categories With Intuitive Category Checklist For Wordpress
Get Real User IP Without Installing Cloudflare Apache Module
How to Get Total Line Count In Visual Studio 2013 Without Addons
Install and Configure PhpMyAdmin on Centos 7
How To Setup PostfixAdmin With Dovecot and Postfix Virtual Mailbox
Dovecot Error Unknown database driver mysql