Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 376 Bytes

update-variables.md

File metadata and controls

15 lines (10 loc) · 376 Bytes

{% info title="Applying changes" %}

After editing your docker-compose.yml or .env files, you will need to recreate your Appwrite stack by running the following compose command in your terminal.

docker compose up -d

You can verify if the changes have been successfully applied by running this command:

docker compose exec appwrite vars

{% /info %}