this post was submitted on 15 Jun 2023
12 points (100.0% liked)

Plex

2772 readers
1 users here now

Welcome to Plex, a community dedicated to Plex, the media server/client solution for enjoying your media!

founded 2 years ago
MODERATORS
 

I currently use an Ubuntu distro (Mint) with Plex installed serving media to my local network. I installed docker last night so I can test out some photo hosting services.

Is there a benefit to running Plex through docker vs the traditional method?

all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 2 years ago (2 children)

Docker containers are easier to backup and restore since the config folder is easily accessible. Also if your plex server is accessible to the internet it will be harder for hackers to take it over if there's any possible exploits.

[–] [email protected] 1 points 2 years ago

Plex is the last thing I don't have in docker. Will be my next task .. maybe. I still want to get rid of my friends windows 10 box running 1 windows only app

[–] [email protected] 6 points 2 years ago* (last edited 2 years ago)

Yup! I made the move about 5 years ago and never looked back since. Native performance, and it makes things super portable and very easy to move to another server. Just copy the docker volume and start the container on the new machine.

Super easy to switch between various versions too, if needed. And it also reduces chances of breaking stuff.

[–] [email protected] 5 points 2 years ago (1 children)

I give my containers their own IP addresses using macvlan. Eliminates the need to forward ports on the host and you can put them on a different subnet to keep everything separate from the rest of your LAN. Works great with Plex and makes reverse proxy setup very easy.

[–] [email protected] 3 points 2 years ago

Yep, I really like that feature. I use it for pihole and a couple of other services.

[–] [email protected] 3 points 2 years ago

I use a docker container version of Plex with Traeffik as a reverse proxy on an Ubuntu server.