From 2b522793ee1be81b3575853e7acd88d8f134b910 Mon Sep 17 00:00:00 2001
From: trikimiki <41070061+trikimiki@users.noreply.github.com>
Date: Fri, 23 Jan 2026 16:10:07 +0200
Subject: [PATCH] fix docker monolith trendz addon being default option
---
docs/user-guide/install/pe/docker-windows.md | 8 ++++----
docs/user-guide/install/pe/docker.md | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/user-guide/install/pe/docker-windows.md b/docs/user-guide/install/pe/docker-windows.md
index f7514ea1a9..6883aaeac5 100644
--- a/docs/user-guide/install/pe/docker-windows.md
+++ b/docs/user-guide/install/pe/docker-windows.md
@@ -84,8 +84,8 @@ Environment variables:
It's possible to start the ThingsBoard with or without Trendz Analytics add-on.
{% capture contenttogglespec %}
-With Trendz Analytics services%,%withTrendz%,%templates/install/docker-run-services-with-trendz.md%br%
-Only ThingsBoard services(without Trendz services)%,%coreServices%,%templates/install/docker-run-services.md{% endcapture %}
+ThingsBoard%,%coreServices%,%templates/install/docker-run-services.md%br%
+ThingsBoard + Trendz add-on%,%withTrendz%,%templates/install/docker-run-services-with-trendz.md{% endcapture %}
{% include content-toggle.liquid content-toggle-id="runOption" toggle-spec=contenttogglespec %}
After executing this command you can open `http://{your-host-ip}:8080` in you browser (for ex. `http://localhost:8080`). You should see ThingsBoard login page.
@@ -110,8 +110,8 @@ You can safely detach from the log stream (e.g. Ctrl+C); containers will continu
## Inspect logs & control container lifecycle
{% capture contenttogglespec %}
-With Trendz Analytics services%,%withTrendz%,%templates/install/docker-debug-with-trendz.md%br%
-Only ThingsBoard services(without Trendz services)%,%coreServices%,%templates/install/docker-debug.md{% endcapture %}
+ThingsBoard%,%coreServices%,%templates/install/docker-debug.md%br%
+ThingsBoard + Trendz add-on%,%withTrendz%,%templates/install/docker-debug-with-trendz.md{% endcapture %}
{% include content-toggle.liquid content-toggle-id="runOption" toggle-spec=contenttogglespec %}
## Upgrading
diff --git a/docs/user-guide/install/pe/docker.md b/docs/user-guide/install/pe/docker.md
index 7f8993dced..c0047fdb1b 100644
--- a/docs/user-guide/install/pe/docker.md
+++ b/docs/user-guide/install/pe/docker.md
@@ -86,8 +86,8 @@ Environment variables:
It's possible to start the ThingsBoard with or without Trendz Analytics add-on.
{% capture contenttogglespec %}
-With Trendz Analytics services%,%withTrendz%,%templates/install/docker-run-services-with-trendz.md%br%
-Only ThingsBoard services(without Trendz services)%,%coreServices%,%templates/install/docker-run-services.md{% endcapture %}
+ThingsBoard%,%coreServices%,%templates/install/docker-run-services.md%br%
+ThingsBoard + Trendz add-on%,%withTrendz%,%templates/install/docker-run-services-with-trendz.md{% endcapture %}
{% include content-toggle.liquid content-toggle-id="runOption" toggle-spec=contenttogglespec %}
After executing this command you can open `http://{your-host-ip}:8080` in you browser (for ex. `http://localhost:8080`). You should see ThingsBoard login page.
@@ -112,8 +112,8 @@ You can safely detach from the log stream (e.g. Ctrl+C); containers will continu
## Inspect logs & control container lifecycle
{% capture contenttogglespec %}
-With Trendz Analytics services%,%withTrendz%,%templates/install/docker-debug-with-trendz.md%br%
-Only ThingsBoard services(without Trendz services)%,%coreServices%,%templates/install/docker-debug.md{% endcapture %}
+ThingsBoard%,%coreServices%,%templates/install/docker-debug.md%br%
+ThingsBoard + Trendz add-on%,%withTrendz%,%templates/install/docker-debug-with-trendz.md{% endcapture %}
{% include content-toggle.liquid content-toggle-id="runOption" toggle-spec=contenttogglespec %}
## Upgrading