mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
fix: add missing Pihole volume definition
While at it, also sort list of volumes in lexical order and at the missing YAML document marker.
This commit is contained in:
parent
3a609c0773
commit
4eacd7dad6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user