wirehole
wirehole copied to clipboard
Unbound not working on ARM Devices
I've spun up this stack on a Raspberry Pi Zero 2 W, and found that the Unbound container specified in the docker-compose file does not support armhf. I had to change the image from mvance/unbound to mvance/unbound-rpi.
@bb12489 can change to
image: "pedantic/unbound:latest"
and it should work