dosubot[bot] commented on issue #32177: URL: https://github.com/apache/superset/issues/32177#issuecomment-2642127381
<!-- Answer --> To disable the Scarf telemetry in your Docker and Nginx setup, you need to set the `SCARF_ANALYTICS` environment variable to `false`. You can do this by modifying the `docker/.env` file. Add or update the following line in the file: ```bash SCARF_ANALYTICS=false ``` This change will apply to all Docker images used by `docker compose` and will disable the Scarf telemetry pixel <sup>[[1]](https://github.com/apache/superset/blob/master/docs/docs/installation/docker-compose.mdx)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/faq.mdx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/f53ce27e-c36b-4199-8660-005c80a5235b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/f53ce27e-c36b-4199-8660-005c80a5235b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/f53ce27e-c36b-4199-8660-005c80a5235b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/f53ce27e-c36b-4199-8660-005c80a5235b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f53ce27e-c36b-4199-8660-005c80a5235b?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/f53ce27e-c36b-4199-8660-005c80a5235b?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
