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

removed hostname

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent 710cbf635f
commit 780026b2d9

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