From 092346dae5bdf5ef129aab1c7036fb8f4cbdbc42 Mon Sep 17 00:00:00 2001 From: PushM <584406942@qq.com> Date: Sun, 9 Jun 2024 05:02:32 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-springboot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-springboot/Dockerfile b/docker-springboot/Dockerfile index c476955..66243b7 100644 --- a/docker-springboot/Dockerfile +++ b/docker-springboot/Dockerfile @@ -20,7 +20,7 @@ ENV MYSQL_USERNAME="root" \ DORIS_USERNAME="root" \ DORIS_PASSWD="" \ DORIS_URL="10.26.22.133:9030"\ - KAFKA_SERVERS="172.29.128.1:9092" + KAFKA_SERVERS="172.29.128.1:9092"\ REDIS_URL="192.168.107.89" EXPOSE 8081