From 3f87b53d32b41be8ae6d2977c65a9c6e9c4a13cf Mon Sep 17 00:00:00 2001 From: deb-cod <83533796+deb-cod@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:12:23 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eeb57a1ca..5f8e8bf26 100755 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ COPY docker/entrypoint.sh / ENV TITLE=LibreSpeed ENV MODE=standalone ENV PASSWORD=password -ENV TELEMETRY=true +ENV TELEMETRY=false ENV ENABLE_ID_OBFUSCATION=false ENV REDACT_IP_ADDRESSES=false ENV WEBPORT=80 @@ -50,4 +50,4 @@ STOPSIGNAL SIGWINCH # Final touches EXPOSE 80 -CMD ["bash", "/entrypoint.sh"] \ No newline at end of file +CMD ["bash", "/entrypoint.sh"]