添加minio的启动

This commit is contained in:
孙小云 2026-01-26 16:51:39 +08:00
parent d4c00e552b
commit e037e0e11c
2 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ services:
- RecordPushLive=false - RecordPushLive=false
- RecordSip=false - RecordSip=false
ports: ports:
- "28080:18978" - "18080:18978"
- "5060:5060/udp" - "5060:5060/udp"
# - "6379:6379" # - "6379:6379"
volumes: volumes:

View File

@ -13,7 +13,7 @@ services:
restart: always restart: always
image: "registry.t-aaron.com/thingsboard/tb-node:4.2.1.1" image: "registry.t-aaron.com/thingsboard/tb-node:4.2.1.1"
ports: ports:
- "18080:8080" - "28080:8080"
- "7070:7070" - "7070:7070"
- "1883:1883" - "1883:1883"
- "8883:8883" - "8883:8883"