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?
Hey, can you show the output of docker ps
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...