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"]