You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-11-23 21:34:42 +02:00
fix(dhcp): Make DHCP Relay disabled by default
This commit is contained in:
@@ -367,6 +367,8 @@ dhcp:
|
|||||||
- 6 ips 192.168.0.10,192.168.0.10
|
- 6 ips 192.168.0.10,192.168.0.10
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Enable DHCP Relay by setting `COMPOSE_PROFILES=adguardhome-dhcp`.
|
||||||
|
|
||||||
#### Expose DNS Server with Tailscale
|
#### 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.
|
Based on [Tailscale's documentation](https://tailscale.com/kb/1114/pi-hole), it is easy to use your AdGuard server everywhere.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
mem_reservation: 6m
|
mem_reservation: 6m
|
||||||
profiles:
|
profiles:
|
||||||
- adguardhome
|
- adguardhome-dhcp
|
||||||
|
|
||||||
adguardhome:
|
adguardhome:
|
||||||
image: adguard/adguardhome
|
image: adguard/adguardhome
|
||||||
|
|||||||
Reference in New Issue
Block a user