CodeSmithian
CodeSmithian
I have the same issue. Raspberry Pi 3B+ Raspian Pi-Hole ``` $ cat /etc/debian_version 10.8 $ pihole -v Pi-hole version is v5.2.4 (Latest: v5.2.4) AdminLTE version is v5.4 (Latest: v5.4)...
FWIW, My work-around is to force cloudflared to restart every 10 minutes or so. ``` $ cat /etc/cron.d/cloudflared # /etc/cron.d/cloudflared: crontab entries for the cloudflared package # # # Important...
If you happen to be using 64-bit Raspberry Pi OS, then this seems to get the image to build ``` diff --git a/Dockerfile b/Dockerfile index e6f2a5e..ee858d0 100644 --- a/Dockerfile +++...