From 9f1ff4f4061bfd568bce15517e1b42066daa0b61 Mon Sep 17 00:00:00 2001 From: miracle091 Date: Tue, 15 Jun 2021 09:32:46 +0200 Subject: [PATCH] Disabilitato l'invio anonimo di statistiche per dozzle --- dozzle/.env | 5 ++++- dozzle/README.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dozzle/.env b/dozzle/.env index f44df23..5949cf5 100644 --- a/dozzle/.env +++ b/dozzle/.env @@ -1,2 +1,5 @@ # Generale -DOZZLE_WEBUI_PORT=8080 \ No newline at end of file +DOZZLE_WEBUI_PORT=8080 + +# Dozzle +DOZZLE_NO_ANALYTICS=true \ No newline at end of file diff --git a/dozzle/README.md b/dozzle/README.md index e46e7fa..b971eee 100644 --- a/dozzle/README.md +++ b/dozzle/README.md @@ -49,6 +49,9 @@ services: ```bash # Generale DOZZLE_WEBUI_PORT=8080 + +# Dozzle +DOZZLE_NO_ANALYTICS=true # disabilita l'invio di statistiche anonime, https://github.com/amir20/dozzle#analytics-collected ``` ## Aggiornamento