I installed Plex using Docker (and it was worth it!) | HomeLab

Опубликовано: 25 Март 2026
на канале: mzt-network
843
8

Buy the hardware:
CPU: https://amzn.to/4gE8vLD
Noctua Fan: https://amzn.to/4b1xWFy
Noctua Cooler: https://amzn.to/4jYqzCV
Motherboard: https://amzn.to/3Qj7SfA
Memory: https://amzn.to/414KMya
SSD: https://amzn.to/4b4fKLJ

https://docs.docker.com/engine/instal... - Docker Installation
https://www.plex.tv/claim/ - Plex Claim

XXXXXXXXXXXXXXXXXXXXXXXXX Docker Compose
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
PUID=0
PGID=0
TZ=Europe/Bucharest
VERSION=docker
PLEX_CLAIM=
NVIDIA_VISIBLE_DEVICES=all
NVIDIA_DRIVER_CAPABILITIES=all
volumes:
./config:/config
/root/PLEX/TVSHOWS/Shows/:/Shows
/root/PLEX/MOVIES/Movies:/Movies
restart: unless-stopped
runtime: nvidia

AMD and INTEL iGPU:

services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
PUID=0
PGID=0
TZ=Europe/Bucharest
VERSION=docker
PLEX_CLAIM=
volumes:
./config:/config
/home/ubuntu/MEDIA/Shows:/Shows
/home/ubuntu/MEDIA/Movies:/Movies
restart: unless-stopped
devices:
/dev/dri:/dev/dri

XXXXXXXXXXXXXXXXXXXXXXXXX

00:00 - Intro
00:10 - The Plan
01:13 - Installing Docker
03:00 - Plex Installation
10:29 - Plex Configuration
15:10 - Testing
15:29 - Next in series


Juniper Begineer Course:
https://www.udemy.com/course/study-ju...

GNS3 Course with plenty of images:
https://www.udemy.com/course/setup-gn...

Juniper EVPN/VXLAN IPFabric:
https://www.udemy.com/course/juniper-...

Nokia SR Linux EVPN/VXLAN IPFabric:
https://www.udemy.com/course/nokia-ev...

pfSense Beginner:
https://www.udemy.com/course/ultimate...

Find me on Fiverr: fiverr.com/alexandrumnzat


I'm Alexandru Mînzat, an IT professional with over a decade of experience. Five years ago, I discovered my passion for networking, specializing in Juniper's robust systems and earning certifications from JNCIA to JNCIP.

I've worked with top companies like Juniper, IBM, Telekom, and Orange Services, and freelanced for diverse clients. While Juniper is my specialty, I also have experience with Cisco, Fortigate, Nokia, and pfSense.
My mission is to share practical, hands-on knowledge to help you excel in networking. Join me on this journey and unlock your full potential.
Let’s elevate your career with practical insights and real-world solutions!