zdanlOriginal post
Rank 2: Process
all firewalls are disabled and my iptables rules look like this:
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
Summary
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.