From 15bff6e9be10bc1ae4eb85ac54f7f05cbf4f4da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Mon, 19 Jan 2026 11:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=96=8A=E8=AF=9D=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/thingsboard/reademe.md | 11 ++++++++++- ruoyi-modules/tuoheng-device | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docker/thingsboard/reademe.md b/docker/thingsboard/reademe.md index 4c2cba2..4074ab8 100644 --- a/docker/thingsboard/reademe.md +++ b/docker/thingsboard/reademe.md @@ -1,9 +1,18 @@ 会加入ruoyi的默认网络docker_default - +#第一次的时候执行这个 docker-compose run --rm -e INSTALL_TB=true -e LOAD_DEMO=true thingsboard-ce docker-compose up -d +#以后更新 thingsboard-ce 的时候,执行下面这个 +# 1. 停止并删除旧容器 +docker-compose down +# 2. 拉取新镜像 +docker-compose pull thingsboard-ce +# 3. 直接启动新版本 +docker-compose up -d + + 租户管理员: - 用户名:tenant@thingsboard.org - 密码:tenant diff --git a/ruoyi-modules/tuoheng-device b/ruoyi-modules/tuoheng-device index 4a36cdf..85f39fe 160000 --- a/ruoyi-modules/tuoheng-device +++ b/ruoyi-modules/tuoheng-device @@ -1 +1 @@ -Subproject commit 4a36cdf89f8de170c0c471c31dbe7ab34b562317 +Subproject commit 85f39feac18aa4903114f847cb3c8165a567abb2