Dockerfile

This commit is contained in:
Kameron Kenny - pi501 2025-01-20 16:16:24 -05:00
parent 60caa0dc13
commit ab1e6b3fd5
1 changed files with 6 additions and 14 deletions

View File

@ -1,20 +1,16 @@
---
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
volumes:
pihole-etc:
driver: local
pihole-dnsmasq:
driver: local
networks:
dns_local_net:
external: true
services:
pihole1:
build:
dockerfile: Dockerfile
container_name: pihole1
image: pihole/pihole:latest
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250120.0.1
restart: unless-stopped
environment:
TZ: 'America/Indianapolis'
@ -26,16 +22,15 @@ services:
TEMPERATUREUNIT: 'f'
QUERY_LOGGING: 'true'
WEBTHEME: 'default-dark'
volumes:
- pihole-etc:/etc/pihole
- pihole-dnsmasq:/etc/dnsmasq.d
networks:
dns_local_net:
ipv4_address: 10.200.53.241
pihole2:
build:
dockerfile: Dockerfile
container_name: pihole2
image: pihole/pihole:latest
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250120.0.1
restart: unless-stopped
environment:
TZ: 'America/Indianapolis'
@ -47,9 +42,6 @@ services:
TEMPERATUREUNIT: 'f'
QUERY_LOGGING: 'true'
WEBTHEME: 'default-dark'
volumes:
- pihole-etc:/etc/pihole
- pihole-dnsmasq:/etc/dnsmasq.d
networks:
dns_local_net:
ipv4_address: 10.200.53.242