From 2243e7d89d65960907064a10a5950d85b1ff2fb4 Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Tue, 31 Oct 2023 12:35:06 +0100 Subject: [PATCH] changed jinja template --- files/docker-compose.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/docker-compose.yaml.j2 b/files/docker-compose.yaml.j2 index 9016f72..dd7586f 100644 --- a/files/docker-compose.yaml.j2 +++ b/files/docker-compose.yaml.j2 @@ -16,8 +16,8 @@ services: WEBPASSWORD: 'supersecure' # Volumes store your data between container upgrades volumes: - - '{{ app_dir }}/data/etc-pihole:/etc/pihole' - - '{{ app_dir }}/data/etc-dnsmasq.d:/etc/dnsmasq.d' + - '{{ pi_hole_app_dir }}/data/etc-pihole:/etc/pihole' + - '{{ pi_hole_app_dir }}/data/etc-dnsmasq.d:/etc/dnsmasq.d' # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities cap_add: - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed