
We are self-hosting and installed appwrite via:
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.8
...how do we modify the environment variables? I'm not sure where the .env file was created?

It was created where you ran the install last time

There should be an appwrite folder with a docker-compose.yml file and .env file inside
Recommended threads
- PR Review and Issue Assign?
I am not familiar with how things work here. I know that Issue have to be assigned before solving problem, It is for not wasting contributors time but I like t...
- 500 internal error when trying to access...
Hello team, I am having trouble trying to access my projects in Appwrite. Each time I try to click in a project I want to open it doesn't load immediately and ...
- Appwrite vs. Supabase comparison
Hello! I am working on a team and deciding between Appwrite and Supabase. I am leaning towards Appwrite and decided to look through the Appwrite vs. Supabase co...
