Skip to content

Conversation

@melroy89
Copy link

@melroy89 melroy89 commented Dec 5, 2025

  • Use best practices for docker networks
  • Do not use the default Docker bridge network
  • Introduce both an internal as well as an external docker network
    • Its important to name the network uniquely, to avoid conflicts with other Docker bridge networks

Only question I have: Does the zammad-elasticsearch container need access to the Internet? If not, we can remove the external network from this container as well.

Fixes: #522

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

Successfully merging this pull request may close these issues.

Do NOT use the default docker bridge network

1 participant