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