fix volume
This commit is contained in:
parent
ff656da9a8
commit
466b41113b
|
@ -10,7 +10,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
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
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -30,7 +30,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
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
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -50,7 +50,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
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
|
||||
environment:
|
||||
TZ: 'America/Indianapolis'
|
||||
|
@ -62,9 +62,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.243
|
||||
|
|
Loading…
Reference in New Issue