fix volume
This commit is contained in:
parent
ff656da9a8
commit
466b41113b
|
@ -10,7 +10,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: pihole1
|
container_name: pihole1
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250224.0.2
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250224.0.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Indianapolis'
|
TZ: 'America/Indianapolis'
|
||||||
|
@ -30,7 +30,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: pihole2
|
container_name: pihole2
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250224.0.2
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250224.0.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Indianapolis'
|
TZ: 'America/Indianapolis'
|
||||||
|
@ -50,7 +50,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: pihole3
|
container_name: pihole3
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250224.0.2
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250224.0.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Indianapolis'
|
TZ: 'America/Indianapolis'
|
||||||
|
@ -62,9 +62,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.243
|
ipv4_address: 10.200.53.243
|
||||||
|
|
Loading…
Reference in New Issue