Skip to content
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

Unbound + Pihole in separate containers #56

Open
AirAlarm opened this issue Nov 5, 2024 · 0 comments
Open

Unbound + Pihole in separate containers #56

AirAlarm opened this issue Nov 5, 2024 · 0 comments

Comments

@AirAlarm
Copy link

AirAlarm commented Nov 5, 2024

Describe the bug
Hello, I have installed the unbound container as per manual, config files were placed to the mounted directory.
An already existing "pihole_default" network was set for the unbound container in the Portainer.
In Portainer on the console of the unbound container I'm getting an error message
[1730831636] unbound[1:0] warning: unbound is already running as pid 1.

Set Pihole to 192.168.50.18:5335 Upstream DNS, answers with N/A and the google.com in this case would not load.

image

To Reproduce
Steps to reproduce the behavior:

  1. Docker run command
    sudo docker run
    --name=unbound-rpi
    --volume=/srv/dev-disk-by-uuid/Config/unbound:/opt/unbound/etc/unbound/
    --publish=5335:53/udp
    --publish=5335:53/tcp
    --restart=unless-stopped
    --detach=true
    mvance/unbound-rpi:latest

  2. Config files
    https://github.com/MatthewVance/unbound-docker-rpi/tree/master/1.19.2/data/opt/unbound/etc/unbound

  3. Directory structure
    image

Error messages
[1730831636] unbound[1:0] warning: unbound is already running as pid 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant