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

Docker network(s) after deployment #280

Open
cmonty14 opened this issue Feb 3, 2024 · 0 comments
Open

Docker network(s) after deployment #280

cmonty14 opened this issue Feb 3, 2024 · 0 comments
Labels

Comments

@cmonty14
Copy link

cmonty14 commented Feb 3, 2024

Hi,
after deploying docker-mailserver (with command bin/production.sh up -d) a new network is created: mailserver_default

❯ docker network ls                                                                                                           
NETWORK ID     NAME                 DRIVER    SCOPE                                                                           
86235ef7b8bc   bridge               bridge    local                                                                           
b1f6d45755ab   host                 host      local                                                                           
96c432d2189a   mailserver_default   bridge    local                                                                           
7cf09da07363   none                 null      local

In addition I deployed unboud and configured it as recursive server.
DNS using unbound works as expected.

Question:
Do I need to connect unbound to network "mailserver_default"?
(Currently unbound is connected to network "bridge".)

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

No branches or pull requests

2 participants