From 3db771bf5fea4c6837d6fc1afb7b872d782deb65 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:54:11 +1100 Subject: [PATCH] Added pihole paths --- dockerfiles/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 4d127b88..4d307579 100755 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -38,6 +38,9 @@ | **Required** | `:/home/pi/pialert/db/pialert.db` | Map an empty [pialert.db file which can be downloaded from here](https://github.com/jokob-sk/Pi.Alert/blob/main/db/pialert.db) | |Optional| `:/home/pi/pialert/db/setting_darkmode` | Map an empty file with the name `setting_darkmode` if you want to force the dark mode on container rebuilt | |Optional| `:/home/pi/pialert/front/log` | Logs folder useful for debugging if you have issues setting up the container | +|Optional| `:/etc/pihole/pihole-FTL.db` | PiHole's `pihole-FTL.db` database file. Required if you want to use PiHole | +|Optional| `:/etc/pihole/dhcp.leases` | PiHole's `dhcp.leases` file. Required if you want to use PiHole | + ### Config (`pialert.conf`)