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

[BUG] uwsgi doesn't listen on ipv6 #122

Closed
1 task done
jdeluyck opened this issue Aug 31, 2024 · 1 comment · Fixed by #123
Closed
1 task done

[BUG] uwsgi doesn't listen on ipv6 #122

jdeluyck opened this issue Aug 31, 2024 · 1 comment · Fixed by #123

Comments

@jdeluyck
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When starting the Healthchecks container in a docker network that is dualstack (ipv4/ipv6), it only listens on ipv4. The container is not reacheable over ipv6.

# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       
tcp        0      0 0.0.0.0:2525            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN     

This is due to /app/healthchecks/uwsgi.conf containing

http-socket = :8000

instead of

http-socket = [::]:8000

Expected Behavior

The container should

Steps To Reproduce

  1. Start the container in a dualstack network
  2. Try to connect over ipv6 from another docker container into it

Environment

- OS: Fedora Server 40
- How docker service was installed: from OS, podman.

CPU architecture

x86-64

Docker creation

Using Quadlets.

Container logs

-- nothing useful --
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant