mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-11 14:05:43 +02:00
added FTLCONF_ because of https://github.com/pi-hole/docker-pi-hole/pull/944
This commit is contained in:
parent
d1002b9a69
commit
ded090d130
2 changed files with 10 additions and 1 deletions
|
@ -22,6 +22,8 @@ services:
|
||||||
DNS_FQDN_REQUIRED: ${DNS_FQDN_REQUIRED}
|
DNS_FQDN_REQUIRED: ${DNS_FQDN_REQUIRED}
|
||||||
TEMPERATUREUNIT: ${TEMPERATUREUNIT}
|
TEMPERATUREUNIT: ${TEMPERATUREUNIT}
|
||||||
WEBTHEME: ${WEBTHEME}
|
WEBTHEME: ${WEBTHEME}
|
||||||
|
FTLCONF_MAXDBDAYS: ${MAXDBDAYS}
|
||||||
|
FTLCONF_DBINTERVAL: ${DBINTERVAL}
|
||||||
# Volumes store your data between container upgrades
|
# Volumes store your data between container upgrades
|
||||||
volumes:
|
volumes:
|
||||||
- ./etc-pihole/:/etc/pihole/
|
- ./etc-pihole/:/etc/pihole/
|
||||||
|
|
|
@ -37,3 +37,10 @@ TEMPERATUREUNIT=c
|
||||||
# User interface theme to use.
|
# User interface theme to use.
|
||||||
# "default-dark"|"default-darker"|"default-light"
|
# "default-dark"|"default-darker"|"default-light"
|
||||||
WEBTHEME="default-dark"
|
WEBTHEME="default-dark"
|
||||||
|
|
||||||
|
# pihole-FTL.conf
|
||||||
|
# How many days should Pi-hole store requests - discard older entries
|
||||||
|
MAXDBDAYS=30
|
||||||
|
|
||||||
|
# Write FTL database from RAM to SD card every x minutes. - Save SD card
|
||||||
|
DBINTERVAL=60
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue