I'm hosting a appwrite instance on my Windows 10 PC
I have the default ports 443 and 80 configured in the image
All those ports are opened in my machine plus on the router
And none seem to be able to be reached from the outside
I tried opening port 3000 and run a quick NodeJS app and I was able to access it.
Is there any other step forexposing the ports of a docker container???
TL;DR
Developers having trouble with port forwarding for Appwrite Docker container on Windows 10. Ports 443 and 80 aren't reachable from outside. Ports are correctly configured and opened on machine and router. Able to access NodeJS app on port 3000. Suggestions: Check firewall settings, Docker network modes, and make sure Appwrite service is running within the container. Also check container's IP and try accessing using that.