MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
136 stars 23 forks source link

not copying *records.conf files on install #29

Closed danchristal closed 2 years ago

danchristal commented 2 years ago

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

MatthewVance commented 2 years ago

What command are you using to run it?

On Mar 24, 2022, at 3:52 PM, danchristal @.***> wrote:

 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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

MatthewVance commented 2 years ago

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