changed jinja template
This commit is contained in:
@@ -16,8 +16,8 @@ services:
|
|||||||
WEBPASSWORD: 'supersecure'
|
WEBPASSWORD: 'supersecure'
|
||||||
# Volumes store your data between container upgrades
|
# Volumes store your data between container upgrades
|
||||||
volumes:
|
volumes:
|
||||||
- '{{ app_dir }}/data/etc-pihole:/etc/pihole'
|
- '{{ pi_hole_app_dir }}/data/etc-pihole:/etc/pihole'
|
||||||
- '{{ app_dir }}/data/etc-dnsmasq.d:/etc/dnsmasq.d'
|
- '{{ pi_hole_app_dir }}/data/etc-dnsmasq.d:/etc/dnsmasq.d'
|
||||||
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
||||||
|
|||||||
Reference in New Issue
Block a user