mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 05:45:14 +02:00
add comment to ports and additional themes
This commit is contained in:
parent
8f634eeade
commit
0dff19c21b
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "67:67/udp"
|
||||
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||
- "${HTTP_PORT}:80/tcp"
|
||||
# - 5335:5335/tcp # For testing purposes, uncomment to enable unbound access on local server
|
||||
environment:
|
||||
|
|
|
@ -35,7 +35,7 @@ DNS_FQDN_REQUIRED="true"
|
|||
TEMPERATUREUNIT=c
|
||||
|
||||
# User interface theme to use.
|
||||
# "default-dark"|"default-darker"|"default-light"
|
||||
# "default-dark"|"default-darker"|"default-light"|"default-auto"|"lcars"
|
||||
WEBTHEME="default-dark"
|
||||
|
||||
# pihole-FTL.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue