fix filepath

This commit is contained in:
Kameron Kenny - pi501 2025-08-19 15:04:18 -04:00
parent 30217b10e2
commit e0b87d6cc3
2 changed files with 4 additions and 4 deletions

View File

@ -4,5 +4,5 @@ MAINTAINER Kameron Kenny
COPY etc/pihole /etc/pihole
COPY etc/dnsmasq.d /etc/dnsmasq.d
RUN for i in $(cat whitelist.list); do pihole -w $i ; done
RUN for i in $(cat /etc/pihole/whitelist.list); do pihole -w $i ; done
RUN pihole -g

View File

@ -10,7 +10,7 @@ services:
build:
dockerfile: Dockerfile
container_name: pihole1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250819.0.1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250819.0.2
restart: unless-stopped
environment:
TZ: 'America/Indianapolis'
@ -36,7 +36,7 @@ services:
build:
dockerfile: Dockerfile
container_name: pihole2
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250819.0.1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250819.0.2
restart: unless-stopped
environment:
TZ: 'America/Indianapolis'
@ -62,7 +62,7 @@ services:
build:
dockerfile: Dockerfile
container_name: pihole3
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250819.0.1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250819.0.2
restart: unless-stopped
environment:
TZ: 'America/Indianapolis'