init
This commit is contained in:
32
docs/adguard.md
Normal file
32
docs/adguard.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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`](../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)
|
||||
Reference in New Issue
Block a user