Dockerfile
This commit is contained in:
parent
60caa0dc13
commit
ab1e6b3fd5
|
@ -1,20 +1,16 @@
|
||||||
---
|
---
|
||||||
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
|
# 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:
|
networks:
|
||||||
dns_local_net:
|
dns_local_net:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pihole1:
|
pihole1:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: pihole1
|
container_name: pihole1
|
||||||
image: pihole/pihole:latest
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250120.0.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Indianapolis'
|
TZ: 'America/Indianapolis'
|
||||||
|
@ -26,16 +22,15 @@ services:
|
||||||
TEMPERATUREUNIT: 'f'
|
TEMPERATUREUNIT: 'f'
|
||||||
QUERY_LOGGING: 'true'
|
QUERY_LOGGING: 'true'
|
||||||
WEBTHEME: 'default-dark'
|
WEBTHEME: 'default-dark'
|
||||||
volumes:
|
|
||||||
- pihole-etc:/etc/pihole
|
|
||||||
- pihole-dnsmasq:/etc/dnsmasq.d
|
|
||||||
networks:
|
networks:
|
||||||
dns_local_net:
|
dns_local_net:
|
||||||
ipv4_address: 10.200.53.241
|
ipv4_address: 10.200.53.241
|
||||||
|
|
||||||
pihole2:
|
pihole2:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: pihole2
|
container_name: pihole2
|
||||||
image: pihole/pihole:latest
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250120.0.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Indianapolis'
|
TZ: 'America/Indianapolis'
|
||||||
|
@ -47,9 +42,6 @@ services:
|
||||||
TEMPERATUREUNIT: 'f'
|
TEMPERATUREUNIT: 'f'
|
||||||
QUERY_LOGGING: 'true'
|
QUERY_LOGGING: 'true'
|
||||||
WEBTHEME: 'default-dark'
|
WEBTHEME: 'default-dark'
|
||||||
volumes:
|
|
||||||
- pihole-etc:/etc/pihole
|
|
||||||
- pihole-dnsmasq:/etc/dnsmasq.d
|
|
||||||
networks:
|
networks:
|
||||||
dns_local_net:
|
dns_local_net:
|
||||||
ipv4_address: 10.200.53.242
|
ipv4_address: 10.200.53.242
|
||||||
|
|
Loading…
Reference in New Issue