dammyOriginal post
Rank 4: Virtual Machine
I installed docker on my windows machine and pulled appwrite image.
I also used the default port for http and https but I can't view the appwrite console on my browser using localhost:80.
It's displaying gateway timeout after reloading it.
I've tried to find solutions online but I wasn't able to.
What could be the issue?
Summary
Developers having trouble viewing the appwrite console on their browser after installing Docker on Windows. Despite using default ports for http and https, accessing localhost:80 results in a gateway timeout. Solution: Check the network settings in Docker and ensure proper mapping of ports between the container and host machine.