#homelab
-
Jellyfin Hardware Transcoding in Docker: QSV, NVENC, VA-API
Configure Jellyfin hardware transcoding in Docker Compose: copy-paste blocks for Intel QSV, NVIDIA NVENC and AMD VA-API, plus what to check when it fails.
-
Docker Compose Host Networking (network_mode: host)
How network_mode host works in Docker Compose, why published ports stop working, what it breaks for DNS and Traefik, and when to pick it anyway.
-
Docker Macvlan in Compose: Give Containers a LAN IP
Set up a Docker macvlan network in Compose so containers get real LAN IPs, plus the host-to-container gotcha and the shim interface that fixes it.
-
Best NAS for Docker Containers in 2026: Synology, QNAP, DIY
Five NAS models compared for running Docker at home, plus the third path most guides skip: which platforms actually work, which to buy, and what to avoid.
-
How to Set Up Pi-hole in Docker Compose and Keep It Running
Step-by-step guide to setting up Pi-hole in Docker Compose — working compose file, port 53 conflicts on Ubuntu, network modes, env vars, and volumes.
-
Best Mini PC for a Docker Homelab in 2026: 3 Tiers Compared
Three mini PC tiers for a Docker homelab, from $150 N100 boxes to $900 networking-first barebones, with the RAM, storage, and ports each tier really needs.
-
Best Docker Containers for Your Home Server in 2026
A practical homelab operator's guide to the best docker containers for home server use: Jellyfin, Vaultwarden, Nextcloud, Tailscale and a dozen more.
-
Immich Docker Compose Setup in 8 Steps (2026 Guide)
Replace Google Photos with Immich: the official Docker Compose stack, mobile auto-backup, hardware-accelerated machine learning, and backups that matter.
-
Jellyfin Docker Compose Setup: Ports, Volumes and GPU
Deploy Jellyfin with a complete Docker Compose file, correct port and volume mappings, read-only media mounts, GPU transcoding, and reverse-proxy steps.
-
Portainer: The Best GUI for Managing Docker on Your Homelab
Install and configure Portainer CE to manage Docker containers, images, networks and volumes from a browser dashboard, with no command line needed.
-
Docker Compose Networking: Bridge, DNS, Ports & Aliases
Learn Docker Compose networking from default and external networks to service-name DNS, aliases, port publishing, host mode, macvlan, and common fixes.