Replies: 1 comment 2 replies
-
Ok, I just added the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am self hosting Memos using Docker and I want to disable any telemetry data sent to Memos.
According to the self-hosting documentation, it can be disabled by setting the
--metric
parameter tofalse
.This is my docker compose:
However, it's being ignored and the logs show that the metric parameter is "true":
Is my docker compose syntax wrong (I am not good at Docker)? How can I disable all telemetry and metrics from being collected? Thanks!
(By the way, data collection should be opt-in not opt-out, especially since Memos site states it is a "privacy-first" service. Come on, guys!)
Beta Was this translation helpful? Give feedback.
All reactions