diff --git a/nuc/pihole/docker-compose.yml b/nuc/pihole/docker-compose.yml index 142e8bf..3cf59a5 100644 --- a/nuc/pihole/docker-compose.yml +++ b/nuc/pihole/docker-compose.yml @@ -11,8 +11,7 @@ services: environment: - TZ=${TIMEZONE} - - CORS_HOSTS=pihole.${DOMAIN_ROOT} - - DOMAIN_ROOT=${DOMAIN_ROOT} + - CORS_HOSTS=${CORS_HOSTS} - WEBPASSWORD=${WEB_UI_PASSWORD} network_mode: host @@ -22,7 +21,7 @@ services: volumes: - pihole-config_data:/etc/pihole - pihole-dnsmasq_data:/etc/dnsmasq.d - - ./pihole-lighttpd.conf:/etc/lighttpd/lighttpd.conf + - /home/steve/nuc/pihole/pihole-lighttpd.conf:/etc/lighttpd/lighttpd.conf cap_add: - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed