it throwed an error
80 already in use
it's probably port 443 for ssl
for domain i entered domain and for A record i entered vps ip
update the environment variables to reflect the domain
how? this is fresh installation
i deleted appwrite folder
oof
You'll probably need to remove the appwrite docker containers
yeah am doing it
what now?
it throwed error
kindly help me step by step now
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.6.0```
i am running this command
when you run that command what error occurs?
just now
cleared and removed all containers
volume
and everything
now?
yea, just follow the steps it gives you
i did it last time
port 80 is being used by nginx i think
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...