fix(dhcp): Make DHCP Relay disabled by default

This commit is contained in:
Adrien Poupa 2024-01-19 00:45:22 -05:00
parent 7de5076622
commit 196b56ad42
2 changed files with 3 additions and 1 deletions

View File

@ -367,6 +367,8 @@ dhcp:
- 6 ips 192.168.0.10,192.168.0.10
```
Enable DHCP Relay by setting `COMPOSE_PROFILES=adguardhome-dhcp`.
#### Expose DNS Server with Tailscale
Based on [Tailscale's documentation](https://tailscale.com/kb/1114/pi-hole), it is easy to use your AdGuard server everywhere.

View File

@ -11,7 +11,7 @@ services:
network_mode: host
mem_reservation: 6m
profiles:
- adguardhome
- adguardhome-dhcp
adguardhome:
image: adguard/adguardhome