添加喊话器的同步
This commit is contained in:
parent
02aca1c35c
commit
15bff6e9be
|
|
@ -1,9 +1,18 @@
|
||||||
会加入ruoyi的默认网络docker_default
|
会加入ruoyi的默认网络docker_default
|
||||||
|
|
||||||
|
#第一次的时候执行这个
|
||||||
docker-compose run --rm -e INSTALL_TB=true -e LOAD_DEMO=true thingsboard-ce
|
docker-compose run --rm -e INSTALL_TB=true -e LOAD_DEMO=true thingsboard-ce
|
||||||
docker-compose up -d
|
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@thingsboard.org
|
||||||
- 密码:tenant
|
- 密码:tenant
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4a36cdf89f8de170c0c471c31dbe7ab34b562317
|
Subproject commit 85f39feac18aa4903114f847cb3c8165a567abb2
|
||||||
Loading…
Reference in New Issue