A note for someone who has the same issue, the LSI SAS HBA 9201-8i uses the same firmware as the 9210-8i NOT 9210-16i.
To update download the sas2flash program from https://lime-technology.com/wiki/Crossflashing_Controllers#LSI_SAS2116_chipset
and then download https://docs.broadcom.com/docs/12350504 which after unzipping will give you 2108it.bin.
I ran into lot's of issues trying to get the pi-hole port 53 working correctly. I was using br0
for my interface with a custom fixed ip address.
I had to change Key 7: (INTERFACE) to eth0 as inside the docker image it didn't see the br0 interface but eth0.
Don't be afraid to run ifconfig inside the container to see what interface it is listening on.
I hope this helps anyone looking for recent fixes.
I'm running into a strange issue. When editing a script and then clicking "run in background" the newly edited script does not get run, but the older revision does. It took me touching the file in /tmp in order to get the script updated.