wirehole icon indicating copy to clipboard operation
wirehole copied to clipboard

Unbound not working on ARM Devices

Open bb12489 opened this issue 3 years ago • 1 comments

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 avatar Jan 18 '22 20:01 bb12489

@bb12489 can change to

image: "pedantic/unbound:latest"

and it should work

iAmBipinPaul avatar Feb 05 '22 18:02 iAmBipinPaul