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???
Recommended threads
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...