Sign inSign up

melashri/adguardhome

By melashri

•Updated over 4 years ago
Archived

Unofficial docker image for Adguard for personal use

Image
0

326

melashri/adguardhome repository overview

Build Status MIT License

⁠Adguard

Unofficial docker image for Adguard for personal use

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 will cover ALL your home devices with the need for a client apps.

AdGuardHome

⁠Image features

  • Small size (about 100 MB)
  • Low memory usage (~ 128 MB)

⁠Installation

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

Example:

docker pull melashri/adguardhome
docker run --name AdGuardHome -d -p <ip>:53:53/udp -p <ip>:53:53/tcp -p 3000:3000 -v /AdGuardHome:/opt/AdGuardHome/data --restart always melashri/adguardhome
  • Open the browser and navigate to http://: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 , default port 53.
  • Edit file /AdGuardHome/AdGuardHome.yaml (on the host) to change the password and other parameters.

⁠License

Available under the MIT license⁠.

Tag summary

Content type

Image

Digest

Size

41.7 MB

Last updated

over 4 years ago

docker pull melashri/adguardhome