From d48d5c84f78d50d47798e19d3bd1dcbe95e1eba9 Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 5 Mar 2026 16:17:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BF=AE=E6=94=B9dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1551da2..89760d0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 8088; + listen 8089; server_name localhost; location /admin-api/ {