mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 09:44:24 +01:00
Merge pull request #156 from cschug/fix_pihole_volumes
fix: add missing Pihole volume definition
This commit is contained in:
commit
e38701bf22
@ -1,5 +1,12 @@
|
|||||||
|
---
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
dnsmasq:
|
||||||
|
driver: local
|
||||||
|
etcd:
|
||||||
|
driver: local
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
@ -14,6 +21,6 @@ services:
|
|||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- WEBPASSWORD=your-secret-password
|
- WEBPASSWORD=your-secret-password
|
||||||
volumes:
|
volumes:
|
||||||
- etcd:/etc/pihole
|
|
||||||
- dnsmasq:/etc/dnsmasq.d
|
- dnsmasq:/etc/dnsmasq.d
|
||||||
|
- etcd:/etc/pihole
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user