Sign inSign up

ksey/adguardhome

By ksey

Updated over 3 years ago
Archived

AdGuard Home is a network-wide software for blocking ads & tracking.

Image
7

500K+

ksey/adguardhome repository overview

Unofficial Docker Image for AdGuardHome

This is unofficial dockerized precompiled AdGuardHome within a debian:stable-slim image.

Official Docker Image for AdGuardHome here - https://hub.docker.com/r/adguard/adguardhome

AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.

AdGuardHome

More info:

Requirements
  • host with docker
  • ~128 Mb RAM, ~100 Mb disk space

Usage

  • docker host ip (for example) - 192.168.1.10 .
  • create /AdGuardHome directory on your docker host for configuration files, filters and data.
  • create container from docker image "ksey/adguardhome", connect host /AdGuardHome directory to the container directory /opt/AdGuardHome/data and start container.

Example:

docker pull ksey/adguardhome
docker run --name AdGuardHome -d -p 192.168.1.10:53:53/udp -p 192.168.1.10:53:53/tcp -p 3000:3000 -v /AdGuardHome:/opt/AdGuardHome/data --restart always ksey/adguardhome
  • Open the browser and navigate to http://192.168.1.10:3000/ to control your AdGuardHome service.
  • When you run AdGuard Home for the first time, there is a simple configuration wizard.
  • Remember to set "Admin Web Interface" port to 3000.
  • AdGuardHome DNS works on 192.168.1.10, default port 53.
  • Edit file /AdGuardHome/AdGuardHome.yaml (on the host) to change the password and other parameters.

Tag summary

Content type

Image

Digest

sha256:353cc82b5

Size

42.3 MB

Last updated

over 3 years ago

docker pull ksey/adguardhome