You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My current problem is that my docker server is ipv6 only. The problem is that the nginx server used in the image only listens in ipv4.
Describe the solution you'd like
Just add to the nginx configuration the fact that it also listens in ipv6.
Example:
listen [::]:8000;
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
My current problem is that my docker server is ipv6 only. The problem is that the nginx server used in the image only listens in ipv4.
Describe the solution you'd like
Just add to the nginx configuration the fact that it also listens in ipv6.
Example:
listen [::]:8000;
The text was updated successfully, but these errors were encountered: