1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 13:55:12 +02:00
This commit is contained in:
sujiba 2023-05-04 01:33:01 +02:00
parent d1002b9a69
commit ded090d130
2 changed files with 10 additions and 1 deletions

View file

@ -22,6 +22,8 @@ services:
DNS_FQDN_REQUIRED: ${DNS_FQDN_REQUIRED}
TEMPERATUREUNIT: ${TEMPERATUREUNIT}
WEBTHEME: ${WEBTHEME}
FTLCONF_MAXDBDAYS: ${MAXDBDAYS}
FTLCONF_DBINTERVAL: ${DBINTERVAL}
# Volumes store your data between container upgrades
volumes:
- ./etc-pihole/:/etc/pihole/
@ -32,4 +34,4 @@ services:
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
#cap_add:
# - NET_ADMIN
restart: unless-stopped
restart: unless-stopped