diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb0e9d1311..8b7a205a78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -237,7 +237,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/ To run tests manually, use the Appwrite Docker CLI from your terminal: ```bash -docker exec appwrite test +docker-compose exec appwrite test ``` ## Benchmarking diff --git a/docs/tutorials/environment-variables.md b/docs/tutorials/environment-variables.md index d4799380e5..7de4c95e49 100644 --- a/docs/tutorials/environment-variables.md +++ b/docs/tutorials/environment-variables.md @@ -26,7 +26,7 @@ Maximum file size allowed for file upload. The default value is 100MB limitation ### _APP_STORAGE_ANTIVIRUS -This variable allows you to disable the internal anti-virus scans. By default, this value is set to 'enabled' to cancel the scans, set the value to 'disabled'. When disabled, it's recommended to turn off the ClamAV container for better resource usage. +This variable allows you to disable the internal anti-virus scans. This value is set to 'enabled' by default, to cancel the scans set the value to 'disabled'. When disabled, it's recommended to turn off the ClamAV container for better resource usage. ### _APP_CONSOLE_WHITELIST_EMAILS