
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
- Unable to change MFA app
I am trying to change my MFA app from authy to 1password, but when I try to delete the current authenticator app from my account, it doesn't let me do that and ...
- How do you strategically secure day's wo...
I worked entire day to try and solve how to use clerk such that it handles checking user's authentication purely server-side. I wasted entire day on a loop of a...
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
