[add] backups

This commit is contained in:
Andy Bunce 2022-03-12 14:59:11 +00:00
parent 5798090f77
commit 4c1499ce6b

View File

@ -27,6 +27,7 @@ services:
volumes: # mount our data volumes.
- './etc-pihole/:/etc/pihole/'
- './etc-dnsmasq.d/:/etc/dnsmasq.d/'
- './backups/:/backups/' # backups explained later
environment: # set variables for pihole configuration.
ServerIP: 192.168.1.59 # must match ipv4_address above
VIRTUAL_HOST: pihole.local # Must be hostname + domainname from above