Add DHCP capability
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
# Default HTTPs Port. FTL will generate a self-signed certificate
|
# Default HTTPs Port. FTL will generate a self-signed certificate
|
||||||
# - "443:443/tcp"
|
# - "443:443/tcp"
|
||||||
# Uncomment the below if using Pi-hole as your DHCP Server
|
# Uncomment the below if using Pi-hole as your DHCP Server
|
||||||
#- "67:67/udp"
|
- "67:67/udp"
|
||||||
# Uncomment the line below if you are using Pi-hole as your NTP server
|
# Uncomment the line below if you are using Pi-hole as your NTP server
|
||||||
#- "123:123/udp"
|
#- "123:123/udp"
|
||||||
environment:
|
environment:
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
# See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
# See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
||||||
# Required if you are using Pi-hole as your DHCP server, else not needed
|
# Required if you are using Pi-hole as your DHCP server, else not needed
|
||||||
# - NET_ADMIN
|
- NET_ADMIN
|
||||||
# Required if you are using Pi-hole as your NTP client to be able to set the host's system time
|
# Required if you are using Pi-hole as your NTP client to be able to set the host's system time
|
||||||
# - SYS_TIME
|
# - SYS_TIME
|
||||||
# Optional, if Pi-hole should get some more processing time
|
# Optional, if Pi-hole should get some more processing time
|
||||||
|
|||||||
Reference in New Issue
Block a user