From f90481645f4863669067f1de51c3fb05abd3edf7 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Tue, 16 Nov 2021 08:13:55 -0800 Subject: [PATCH] Update and rename Dockerfile_DoTe to DoTE.Dockerfile --- run-pihole/{Dockerfile_DoTe => DoTE.Dockerfile} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename run-pihole/{Dockerfile_DoTe => DoTE.Dockerfile} (89%) diff --git a/run-pihole/Dockerfile_DoTe b/run-pihole/DoTE.Dockerfile similarity index 89% rename from run-pihole/Dockerfile_DoTe rename to run-pihole/DoTE.Dockerfile index cb83d2f..db65d20 100644 --- a/run-pihole/Dockerfile_DoTe +++ b/run-pihole/DoTE.Dockerfile @@ -1,4 +1,4 @@ -FROM pihole/pihole:latest +FROM pihole/pihole:2021.10.1 ENV DOTE_OPTS="-s 127.0.0.1:5053" RUN echo -e "#!/bin/sh\ncurl -fsSLo /opt/dote https://github.com/chrisstaite/DoTe/releases/latest/download/dote_arm64\nchmod +x /opt/dote\n/opt/dote \\\$DOTE_OPTS -d\n" > /etc/cont-init.d/10-dote.sh