Files
homelab/docs/adguard.md
2026-04-03 10:44:26 +02:00

1.1 KiB

AdGuard Home

Purpose: Network-wide DNS-based ad and tracker blocking.

Property Value
Status Running
Image adguard/adguardhome:latest
Ports 53:53/tcp, 53:53/udp (DNS)
Created by jens
Restart policy unless-stopped
Web UI https://adguard.home.jens.pub
Compose file ../services/adguard/docker-compose.yml

Configuration

  • Exposed as DNS server on port 53 (TCP + UDP)
  • Web UI proxied through Traefik at adguard.home.jens.pub
  • Traefik routes to container port 80 (AdGuard's HTTP UI)

Volumes

Volume Mount
adguard_work /opt/adguardhome/work — working data
adguard_conf /opt/adguardhome/conf — configuration

Networks

  • proxy (external)