Using TEMPERATUREUNIT=f in Docker Compose file, expecting temperate in admin page to show in Fahrenheit.
Actual Behaviour:
Temperature still listed in Celsius.
Is there a known issue with the TEMPERATUREUNIT flag in a Docker instance of Pi-Hole? Running on my Synology NAS, the admin page still shows the temperature in Celsius. If I run the Chronometer script, though, it does show the temp in F. Not a big deal but wanted to ask.
Setting this environment variable sets the value in setupVars.conf, but this is only used in chronometer (as you have seen) and PADD (also - use PADD, it's much sexier than chronometer)
For the web interface, the setting was moved to a per-browser setting alongside some others in this PR: