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

Add ipv6 in nginx config #336

Closed
alan7000 opened this issue May 8, 2024 · 0 comments
Closed

Add ipv6 in nginx config #336

alan7000 opened this issue May 8, 2024 · 0 comments
Labels
docker dockerfile or docker-compose setup nginx
Milestone

Comments

@alan7000
Copy link

alan7000 commented May 8, 2024

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;

@Bubka Bubka added docker dockerfile or docker-compose setup nginx labels May 13, 2024
@Bubka Bubka moved this from Todo to In Progress in 2FAuth backlog May 14, 2024
@Bubka Bubka added this to the v5.2.0 milestone May 14, 2024
@Bubka Bubka moved this from In Progress to Done in 2FAuth backlog May 15, 2024
@Bubka Bubka moved this from Done to Released in 2FAuth backlog May 29, 2024
@Bubka Bubka closed this as completed May 30, 2024
@github-project-automation github-project-automation bot moved this from Released to Done in 2FAuth backlog May 30, 2024
@Bubka Bubka moved this from Done to Released in 2FAuth backlog Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker dockerfile or docker-compose setup nginx
Projects
Status: Released
Development

No branches or pull requests

2 participants