docs: Remind to set telemetry enabled env var in docker-compose file

This commit is contained in:
Faruk AYDIN
2022-09-21 01:42:18 +03:00
committed by Ali BARIN
parent 832876d711
commit a2eae0da6d

View File

@@ -25,11 +25,7 @@ Automatisch comes with a built-in telemetry system that collects anonymous usage
## How to disable telemetry? ## How to disable telemetry?
Telemetry is enabled by default. If you want to disable it, you can do so by setting the `TELEMETRY_ENABLED` environment variable to `false`: Telemetry is enabled by default. If you want to disable it, you can do so by setting the `TELEMETRY_ENABLED` environment variable to `false` in `docker-compose.yml` file.
```bash
export TELEMETRY_ENABLED=false
```
## How data collection works? ## How data collection works?