https://github.com/leberkaslabs/adguard
AdGuard Docker Compose Deployment
https://github.com/leberkaslabs/adguard
adguard docker docker-compose
Last synced: about 1 month ago
JSON representation
AdGuard Docker Compose Deployment
- Host: GitHub
- URL: https://github.com/leberkaslabs/adguard
- Owner: leberkaslabs
- License: mit
- Created: 2025-06-17T20:28:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T23:10:28.000Z (9 months ago)
- Last Synced: 2025-09-30T01:10:47.173Z (9 months ago)
- Topics: adguard, docker, docker-compose
- Language: YAML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdGuard
[](https://github.com/leberkaslabs/adguard/actions/workflows/ci.yml)
This repository contains the Docker Compose setup for AdGuard - a free and open source, powerful network-wide ads and trackers blocking DNS server.
## Requirements
- Make sure Docker and Docker Compose are installed on your system.
- Be sure to check out [AdGuard](https://github.com/AdguardTeam/AdGuardHome) - in my opinion better than Pi-hole
## Installation
The installation is straightforward. Simply clone this repository and start AdGuard using Docker Compose:
```bash
# Clone this repository
git clone https://github.com/leberkaslabs/adguard.git
# Change into repository
cd adguard
# Startup AdGuard
docker compose up -d
```
## Advanced Configuration
You can customize your setup using a Docker Compose override file:
```bash
# Create a Docker Compose override file
cp example.compose.override.yml compose.override.yml
# Recreate and apply the configuration
docker compose up -d --force-recreate
```
## License
Copyright © 2025 Niclas Spreng
Licensed under the [MIT license](LICENSE).