Pi-Hole FTL v5.9 breaks local domain pi.hole
According to the changelog for Pihole here: https://pi-hole.net/2021/09/11/pi-hole-ftl-v5-9-web-v5-6-and-core-v5-4-released
It states that now:
Interface-dependent handling of pi.hole and the machine’s hostname This makes FTL automatically reply with the appropriate IP address to both pi.hole and the machines hostname. Before this change, FTL always used a hard-coded address set during the weekly gravity updates (pihole -g). The new method is interface-aware and may reply with different addresses on different interfaces (e.g. Ethernet, WiFi or Wireguard network). The address FTL replies with can be overwritten using the REPLY_ADDR4/6 settings in /etc/pihole/pihole-FTL.conf.
Obviously, overwriting the address from 10.1.0.100 in ../etc-pihole/pihole-FTL.conf doesn't work since it will get overwritten when the docker-compose runs the container. Even though I have pi.hole defined in the Local DNS for 10.2.0.100, the order in which the system resolves the address is defined by the value in pihole-FTL.conf first.
Any ideas on how to get this resolved? I'd prefer not having to enter the 10.2.0.100 address for the WebGUI.