Help with Docker Setup for Plex and Threadfin

0
2
Asked By CuriousCoder87 On

Hey everyone! I've been running Plex natively on my Ubuntu desktop for a while now, but I've finally moved to Docker and want to switch Plex to a Docker container too. I've managed to get my Docker environment set up nicely, and Plex is now in a separate stack along with Threadfin, which I've been using for IPTV without any issues. The problem I'm facing is that after moving Plex to Docker and transferring the config files, I'm unable to get Threadfin and Plex to work together correctly. I can see what's playing from the IPTV channels, but whenever I try to actually stream them, I get a tune error. I've tried using different network configurations like bridge and host, but nothing seems to work for streaming. Strangely, when I switched back to the native Plex, it worked right away. I'm looking for any advice on this issue. I can share the Docker YAML file if needed, but it's pretty standard. My Docker version is 28.3.2, installed through a .deb package.

3 Answers

Answered By DockerDude88 On

Can you post your YAML configuration? That would help a ton! It’s hard to diagnose without seeing how you’ve set everything up. Just edited it into your original post? Thanks!

Answered By NetworkNinja99 On

Have you checked if UFW (Uncomplicated Firewall) is enabled on your system? Depending on how Plex connects with Threadfin, if it's active, you'll need to add some rules to allow that communication. Just a thought against any potential network blocks!

Answered By HelpfulHacker42 On

It sounds like you're having a bit of a tough time there! It's crucial to share more specific details, like your Docker compose configuration, any error messages, and your Docker version. Also, two key points: make sure you're not using Docker Desktop and avoid installing Docker via Snap on Ubuntu. Those could complicate things a lot. Once you've got that information, it should be clearer where the problem lies.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.