Skip to content

Commit 9ac0356

Browse files
committed
fix(rtp): minio链接url改成动态
1 parent d23ce79 commit 9ac0356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

video/compose.storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
# 启用mini 录像将存放minio中do
1616
- spring_minio_enabled=true
1717
- spring_minio_domain=https://${VIDEO_HOSTNAME:?required}:${VIDEO_PORT_HTTPS_0}/minio
18-
- spring_minio_endpoint=http://minio:8000
18+
- spring_minio_endpoint=http://${MINIO_HOST:-minio}:${MINIO_PORT:-8000}
1919
- spring_minio_accessKey=${MINIO_ACCESSKEY:?required}
2020
- spring_minio_secretKey=${MINIO_SECRETKEY:?required}
2121
- spring_minio_bucketName=storage

0 commit comments

Comments
 (0)