diff --git a/README.md b/README.md index 1f4014d..86403b1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/adguardhome/docker-compose.yml b/adguardhome/docker-compose.yml index c6cff45..cbd06ff 100644 --- a/adguardhome/docker-compose.yml +++ b/adguardhome/docker-compose.yml @@ -11,7 +11,7 @@ services: network_mode: host mem_reservation: 6m profiles: - - adguardhome + - adguardhome-dhcp adguardhome: image: adguard/adguardhome