File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ VIDEO_PORT_RTMP=9005
4141
4242# 前端和App对讲&flv的https端口,目前使用5个端口, 大于支持30个通道
4343# 增加端口需要修改nginx的config和docker-compose.yml以及rtp服务映射
44- VIDEO_PORT_HTTPS_0=443 # 推荐443或者9084
44+ VIDEO_PORT_HTTPS_0=9084 # 推荐443或者9084
4545VIDEO_PORT_HTTPS_1=9085
4646VIDEO_PORT_HTTPS_2=9086
4747VIDEO_PORT_HTTPS_3=9087
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 - gateway_dvr_enabled=true
1515 # 启用mini 录像将存放minio中do
1616 - spring_minio_enabled=true
17- - spring_minio_domain=https://${VIDEO_HOSTNAME:?required}/minio
17+ - spring_minio_domain=https://${VIDEO_HOSTNAME:?required}:${VIDEO_PORT_HTTPS_0} /minio
1818 - spring_minio_endpoint=http://minio:9000
1919 - spring_minio_accessKey=${MINIO_ACCESSKEY:?required}
2020 - spring_minio_secretKey=${MINIO_SECRETKEY:?required}
You can’t perform that action at this time.
0 commit comments