valEmpireOriginal post
React Developer
I tried updating .env file using vim and change the env _APP_SYSTEM_SECURITY_EMAIL_ADDRESS=arcivalpalma07@gmail.com and save.
docker compose up -d
docker compose exec appwrite vars
the env still empty. please help. TIA
Summary
Dev tried to update the _APP_SYSTEM_SECURITY_EMAIL_ADDRESS in the .env file using vim but the changes are not reflecting when running docker compose up -d. Double-check if the .env file is in the correct directory and the syntax is correct. Try restarting the containers after updating the .env file.