1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-13 23:05:44 +02:00

removed hostname

This commit is contained in:
simon 2022-05-20 00:43:00 +02:00
parent cf40d31442
commit f2640c2a3c

View file

@ -4,8 +4,6 @@ IMAGE=sujiba/pihole-unbound-hyperlocal:latest
NAME=pihole-unbound
HOSTNAME=pihole
# 80 or an alternative port if you use a reverse proxy like nginx
HTTP_PORT=80
@ -18,7 +16,7 @@ WEBPASSWORD=PASSWORD
# Upstream DNS server(s) for Pi-hole to forward queries to, seperated by a semicolon
# (supports non-standard ports with #[port number]) e.g 127.0.0.1#5053;8.8.8.8;8.8.4.4
# Hardcoded to our Unbound server
PIHOLE_DNS=127.0.0.1#5335
PIHOLE_DNS='127.0.0.1#5335'
# We disable DNSSEC because it is done by Unbound
DNSSEC=false