From 4304dec1eb9b854a8c45e6799a04680461111969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 6 Jun 2025 09:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/dspapi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/dspapi.sh b/start/dspapi.sh index 2bd6cec..d447cc1 100755 --- a/start/dspapi.sh +++ b/start/dspapi.sh @@ -29,7 +29,7 @@ docker run --pull always -d \ --env SPRING_NEWMQTT_NEWURL=tcp://${MQTT_NAME}:1883 \ --env VIDEOSERVER_REQUESTURL=http://${STREAM_NAME}:8080 \ --env VIDEOSERVER_VIDEOPLAYURL=https://${SRS_DOMAIN}:${NGINX_HTTPS_PORT}/recording/ \ ---env SPRING_KAFKA_BOOTSTRAP_SERVERS=${KAFKA_NAME}:9092 \ +--env SPRING_KAFKA_BOOTSTRAP_SERVERS=${KAFKA_NAME}:${KAFKA_PORT} \ --env MINIO_OSS_ENDPOINT=http://${MINIO_NAME}:9000 \ --env MINIO_OSS_OUTENDPOINT=https://${MINIO_DOMAIN}:${NGINX_HTTPS_PORT} \ --env MINIO_DAJIOSS_ENDPOINT=https://${MINIO_DOMAIN}:${NGINX_HTTPS_PORT} \