Hi everyone. I know this is a noob question, sorry for that. I installed appwrite using your docker tool on a hetzner VM and it's running smoothly, i just can't find the config file anywhere to set some .env variables. Could you help me locate it? Thanks in advance
do you mean the ENV variables that appwrite uses?
hi, please see here: https://appwrite.io/docs/environment-variables, it states that "Your Docker files should be located inside the "appwrite" folder at the location where you first run the Appwrite installation script. " - you can find it there
The location of the file are in your user home directory. So if you ran the command as root the files would be in /root/appwrite/ Other users the files would be in /home/USER/appwrite
Omg, i looked in every directory in var, etc,.., i even searched it with find but nothing came up. Thank you very much 😃
PS- please make sure to recreate your Appwrite stack after editing your docker-compose.yml or .env files . You can run docker compose up -d for doing that
Thank you everyone 😃 👍
[SOLVED] Where can i find config file in docker?
Recommended threads
- 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...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...