update deployments and readme

This commit is contained in:
Christian
2022-01-11 09:37:46 +01:00
parent ffba884d4f
commit 79adc3f8d6
15 changed files with 236 additions and 4 deletions

View File

@@ -0,0 +1 @@
TODO: #18 Insertz Pihole readme

View File

@@ -1,8 +1,6 @@
---
version: '3'
services:
pihole:
container_name: pihole
image: pihole/pihole:latest
@@ -14,7 +12,7 @@ services:
- "443:443/tcp"
environment:
TZ: 'Europe/Berlin'
WEBPASSWORD: 'testtest'
WEBPASSWORD: 'your-secret-password'
volumes:
- etcd:/etc/pihole
- dnsmasq:/etc/dnsmasq.d