Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/user-guide/install/pe/docker-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<small>(without Trendz services)</small>%,%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.
Expand All @@ -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<small>(without Trendz services)</small>%,%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
Expand Down
8 changes: 4 additions & 4 deletions docs/user-guide/install/pe/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<small>(without Trendz services)</small>%,%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.
Expand All @@ -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<small>(without Trendz services)</small>%,%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
Expand Down