MatthewVance/unbound-docker-rpi

not copying *records.conf files on install

danchristal opened this issue · 2 comments

Fresh container install is missing the 'a-records.conf', 'forward-records.conf', and 'srv-records.conf' files within the mounted volume for '/opt/unbound/etc/unbound' resulting in endless restart loops within docker.

Work around is just create each of these files using touch

Closing due to no response. Feel free to re-open if this is still an issue.