Back

[SOLVED] docker container appwrite unable to receive internet traffic

  • 0
  • Self Hosted
zdanl
4 Dec, 2023, 13:59

all firewalls are disabled and my iptables rules look like this:

TypeScript
root@api ~/appwrite # iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere            

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
ACCEPT     all  --  anywhere             172.19.0.0/16       
ACCEPT     all  --  172.19.0.0/16        anywhere            
ACCEPT     all  --  172.19.0.0/16        anywhere            
ACCEPT     all  --  anywhere             172.19.0.0/16       
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere            

Chain DOCKER (0 references)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             172.19.0.23          tcp dpt:4444
ACCEPT     tcp  --  anywhere             172.19.0.23          tcp dpt:https
ACCEPT     tcp  --  anywhere             172.19.0.23          tcp dpt:http
TL;DR
The user is experiencing an issue with setting up the Appwrite system on a docker container. The problem is due to an issue with the vultr.com platform. It seems that unless the user explicitly uses their marketplace docker image, it is impossible to set up the Appwrite system. The user has tried disabling firewalls and flushing iptables rules, but the issue persists. The user recommends using the marketplace docker image as a temporary solution. No further solution is provided in the thread.
Drake
4 Dec, 2023, 15:51

what makes you say you're unable to receive internet traffic? What error are you seeing?

zdanl
4 Dec, 2023, 16:06

this is a vultr.com issue. unless you explicitly use their marketplace docker image, it is impossible to set up appwrite systems. not even on bare metal, with firewall disabled, iptables rules flushed, etc. .... i still haven't figured it out, it cost me two days, i don't want to, i'm just using the marketplace docker image for now, that works. sorry.

Drake
4 Dec, 2023, 16:11

[SOLVED] docker container appwrite unable to receive internet traffic

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more