Skip to content

Commit c55ae49

Browse files
ian-roseIan Rose
andauthored
Pi-hole 6 upgrade (#634)
* Updating and removing obsolete environment variables * Adding FTLCONF_dns_reply_host_IPv4 variable to pi-hole --------- Co-authored-by: Ian Rose <tan*****[email protected]>
1 parent 4ffe295 commit c55ae49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/pi-hole-docker-compose.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ services:
2727
- "443:443/tcp"
2828
environment:
2929
TZ: '{{ pihole_timezone }}'
30-
WEBPASSWORD: '{{ pihole_password }}'
31-
ServerIP: '{{ ansible_facts['default_ipv4']['address'] }}'
30+
FTLCONF_webserver_api_password: '{{ pihole_password }}'
31+
FTLCONF_dns_reply_host_IPv4: '{{ ansible_facts['default_ipv4']['address'] }}'
3232
{% if domain_name_enable and domain_name and domain_pihole %}
3333
VIRTUAL_HOST: {{ domain_pihole }}.{{ domain_name }}
3434
VIRTUAL_PORT: 80

0 commit comments

Comments
 (0)