添加minio的启动
This commit is contained in:
parent
d4c00e552b
commit
e037e0e11c
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue