-
Notifications
You must be signed in to change notification settings - Fork 142
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
IPv6 by default not enabled #150
Comments
IPv6 is off by default on purpose. This is not something I have any plans to change. The image supports custom configurations for those who do not like the defaults. |
Would you care to explain why that is your default? |
I'm not trying to be difficult, but supporting this project is already more than I keep up with. Adding further complexity to the default configuration is not something I want to do. Docker with IPv6 is tricky, so I default it to off for broader compatibility. For instance, the Docker docs say "Before you can use IPv6 in Docker containers, you need to enable IPv6 support in the Docker daemon." I do not see a major issue with it not defaulting to listen on IPv6. The default still gracefully handles IPv6 resolution. |
Docker and IPv6 is horrible, I know. That's why I use podman. It just works. |
The default configuration only listens on 0.0.0.0 thus not serving IPv6 requests at all.
Please fix this bug.
The text was updated successfully, but these errors were encountered: