We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The container failed to start if ipv6 is disabled on host
docker container logs:
nginx: [emerg] socket() [::]:9080 failed (97: Address family not supported by protocol)
The text was updated successfully, but these errors were encountered:
Hi @qubicllj It may be that enable_ipv6 is enabled by default in the configuration file. You can try turning it off. https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L37
enable_ipv6
Sorry, something went wrong.
@qubicllj hello, this issue was resoulved now, right?
No.
@shreemaan-abhishek , can you please assign me this ?
@qubicllj , please provide more information about the APISIX version, config yamls used and route/upstream configs used.
sheharyaar
No branches or pull requests
The container failed to start if ipv6 is disabled on host
docker container logs:
nginx: [emerg] socket() [::]:9080 failed (97: Address family not supported by protocol)
The text was updated successfully, but these errors were encountered: