[add] backups
This commit is contained in:
parent
5798090f77
commit
4c1499ce6b
@ -27,6 +27,7 @@ services:
|
|||||||
volumes: # mount our data volumes.
|
volumes: # mount our data volumes.
|
||||||
- './etc-pihole/:/etc/pihole/'
|
- './etc-pihole/:/etc/pihole/'
|
||||||
- './etc-dnsmasq.d/:/etc/dnsmasq.d/'
|
- './etc-dnsmasq.d/:/etc/dnsmasq.d/'
|
||||||
|
- './backups/:/backups/' # backups explained later
|
||||||
environment: # set variables for pihole configuration.
|
environment: # set variables for pihole configuration.
|
||||||
ServerIP: 192.168.1.59 # must match ipv4_address above
|
ServerIP: 192.168.1.59 # must match ipv4_address above
|
||||||
VIRTUAL_HOST: pihole.local # Must be hostname + domainname from above
|
VIRTUAL_HOST: pihole.local # Must be hostname + domainname from above
|
||||||
|
Loading…
Reference in New Issue
Block a user