Merge pull request #156 from cschug/fix_pihole_volumes

fix: add missing Pihole volume definition
This commit is contained in:
Christoph Schug 2024-02-27 13:48:59 +01:00 committed by GitHub
commit e38701bf22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,12 @@
---
version: '3'
volumes:
dnsmasq:
driver: local
etcd:
driver: local
services:
pihole:
container_name: pihole
@ -14,6 +21,6 @@ services:
- TZ=Europe/Berlin
- WEBPASSWORD=your-secret-password
volumes:
- etcd:/etc/pihole
- dnsmasq:/etc/dnsmasq.d
- etcd:/etc/pihole
restart: unless-stopped