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

IPv6 support #145

Open
JuniperChris929 opened this issue Feb 11, 2024 · 1 comment
Open

IPv6 support #145

JuniperChris929 opened this issue Feb 11, 2024 · 1 comment

Comments

@JuniperChris929
Copy link

Hi Folks,
just deployed (or tried to deploy) the docker-compose files after modifying it to use my external ipv6 network, however, I can never access the UI via IPv6 (connection refused).
Is there a quick way to enable IPv6?

Thanks

@Chapoly1305
Copy link

Chapoly1305 commented Mar 17, 2024

This is not an direct issue of this project.
Firstly, access http://[::1]:3000/ and see if you can assess this from your host, I tested without any issue. Ensure you have allowed ufw or iptables to expose port 3000 to network. Especially if you are in a managed network like in company or school, double check if IT has not block the port by default.

If you are sure there is nothing wrong about the firewall, then there are two possible methods,

  1. Use of Nginx or other software as a gateway, when user access a certain port of the host listened by Nginx, it proxy the request to your service, in this case, port 3000. This might be much easier if know Nginx.
  2. Enable the IPv6 support of the Docker by referring https://docs.docker.com/config/daemon/ipv6/

image

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

No branches or pull requests

2 participants