#docker-compose
-
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.
-
How to Set Up Traefik with Docker Compose (HTTP and HTTPS)
A step-by-step guide to running Traefik as a reverse proxy with Docker Compose: HTTP routing, automatic HTTPS via Let's Encrypt, and dashboard security.
-
Nginx Proxy Manager Docker Compose Tutorial with Free SSL
A copy-paste Nginx Proxy Manager docker-compose setup: the compose file, the network config that makes container names resolve, and free SSL certs.
-
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 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.
-
Self-Host Vaultwarden (Bitwarden) with Docker Compose
Run your own password manager with Vaultwarden, the lightweight Bitwarden-compatible server: a working Compose file, HTTPS, and the admin panel.
-
Docker Compose Setup: First Self-Hosted Stack
This guide covers installing Docker, creating a Docker Compose file, deploying Vaultwarden, managing the stack, and adding Pi-hole.
-
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.