diff --git a/docker-compose.yml b/docker-compose.yml index 0fc08310..dada67df 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,6 +21,7 @@ services: # DELETE START anyone trying to use this file: comment out / delete BELOW lines, they are only for development purposes - ${APP_DATA_LOCATION}/pialert/dhcp_samples/dhcp1.leases:/mnt/dhcp1.leases - ${APP_DATA_LOCATION}/pialert/dhcp_samples/dhcp2.leases:/mnt/dhcp2.leases + - ${APP_DATA_LOCATION}/pialert/dhcp_samples/dhcp_pihole.leases:/etc/pihole/dhcp.leases - ${APP_DATA_LOCATION}/pihole/etc-pihole/pihole-FTL.db:/etc/pihole/pihole-FTL.db - ${DEV_LOCATION}/pialert:/home/pi/pialert/pialert - ${DEV_LOCATION}/back/report_template.html:/home/pi/pialert/back/report_template.html diff --git a/front/php/templates/header.php b/front/php/templates/header.php index ca357e26..78774393 100755 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -262,9 +262,9 @@ if ($ENABLED_DARKMODE === True) {