add dns entries
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 1.1.1.1
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/pihole/pihole:latest
|
||||
@@ -28,6 +31,9 @@ services:
|
||||
container_name: pihole-exporter
|
||||
depends_on:
|
||||
- pihole
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 1.1.1.1
|
||||
env_file:
|
||||
- .exporter.env
|
||||
image: docker.io/ekofr/pihole-exporter:latest
|
||||
|
Reference in New Issue
Block a user