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
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
The text was updated successfully, but these errors were encountered:
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,
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.
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
The text was updated successfully, but these errors were encountered: