添加minio的启动

This commit is contained in:
孙小云 2026-01-26 16:40:41 +08:00
parent 4bd07e816b
commit 8d9c9ab8f8
1 changed files with 1 additions and 1 deletions

View File

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