esc
Type to search the docs
Back to catalog

adguard-home

Draft

Network-wide ad and tracker blocking DNS server

Uncategorized Repository

Run locally

Terminal
$ npx launchfile up adguard-home

Requires Docker Desktop. No source code needed — pulls pre-built images and starts adguard-home with all dependencies.

Image: adguard/adguardhome:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: adguard-home
description: "Network-wide ad and tracker blocking DNS server"
repository: https://github.com/AdguardTeam/AdGuardHome
logo: https://raw.githubusercontent.com/nicehash/adguardhome/master/client/public/favicon.svg

image: adguard/adguardhome:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
  - protocol: tcp
    port: 53
storage:
  work:
    path: /opt/adguardhome/work
    persistent: true
  conf:
    path: /opt/adguardhome/conf
    persistent: true
restart: always

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB