We are self-hosting and installed appwrite via:
TypeScript
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?
TL;DR
The user wants to know how to modify the environment variables in the .env file when using the 'docker run' command to install Appwrite. They are unsure of the location of the .env file.
Solution: The .env file is usually created in the 'appwrite' folder, alongside the docker-compose.yml file. Therefore, navigate to the folder where you ran the installation command and look for the 'appwrite' folder. The .env file should be inside that folder. Modify the environment variables in that file to make the necessary changes.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
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Confused about the pricing. Can I get so...
I 'm really confused about the pricing here. I've got the pro plan and i have 4 projects open. As you can see, I'm nowhere near my usage limits with these proje...