-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot append customizations to the provided Unbound configuration #50
Comments
My system is selfupdatding too and since this morning, unbound is down. [1710059707] unbound[1:0] warning: unbound is already running as pid 1. |
I can confirm that. There are no IP addresses assigned any more. I tried all kind of network configurations. Nothing works. |
Same problem here too |
Potentially related to #51, the actual reason seems to be that the container crashes even with default config. Try rolling back to |
it should allready be fixed in the newest version |
Cannot append customizations to the provided Unbound configuration
My container self updates every night, however on the latest release 1.19.2 my container was not being assigned an ip address. I decided to nuke that container and recreate a new one using this command. I also nuked my unbound config files folder and created a new empty one so i can edit and appened the provided unbound config files.
So i run
docker run --name=unbound-rpi
--volume=/my-directory/unbound:/opt/unbound/etc/unbound/ \ #i did add my own directory, this is just the base example
--publish=53:53/tcp
--publish=53:53/udp
--restart=unless-stopped
--detach=true
mvance/unbound-rpi:latest
Now 2 things happend
The text was updated successfully, but these errors were encountered: