添加minio的启动

This commit is contained in:
孙小云 2026-01-26 16:36:28 +08:00
parent dc662276c2
commit 4bd07e816b
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
会加入ruoyi的默认网络docker_default
docker-compose down -v
#docker volume rm tb-postgres-data
docker network create docker_default
#第一次的时候执行这个
docker-compose run --rm -e INSTALL_TB=true -e LOAD_DEMO=true thingsboard-ce
docker-compose up -d