From e37ec0ec08d1676a0c1dff10a34a672632a3b42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 13 Apr 2026 13:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E7=8E=AF=E5=A2=83=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- manifest/config/config-dev.yaml | 4 ++-- manifest/config/config-master.yaml | 4 ++-- manifest/config/config.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c5da9b..fb2c842 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir -p /logs /app/resource/log/run /app/resource/log/server # 添加执行权限 RUN chmod +x /app/main -EXPOSE 8808 +EXPOSE 9001 # 使用root用户运行 CMD ["./main"] diff --git a/manifest/config/config-dev.yaml b/manifest/config/config-dev.yaml index c65ef9c..7cbbc02 100644 --- a/manifest/config/config-dev.yaml +++ b/manifest/config/config-dev.yaml @@ -1,6 +1,6 @@ server: name: "admin-go" - address: ":8808" + address: ":9001" serverRoot: "resource/public" dumpRouterMap: false routeOverWrite: true @@ -106,7 +106,7 @@ gfcli: path: "./internal/app/system" # 文件上传服务地址,与oss模块minio中的endpoint(filePrefix需要加http://)一致 -filePrefix: "http://116.204.74.41:9000" +filePrefix: "http://172.17.0.3:9000" consul: address: 116.204.74.41:8500 diff --git a/manifest/config/config-master.yaml b/manifest/config/config-master.yaml index babe635..27494e0 100644 --- a/manifest/config/config-master.yaml +++ b/manifest/config/config-master.yaml @@ -1,6 +1,6 @@ server: name: "admin-go" - address: ":8808" + address: ":9001" serverRoot: "resource/public" dumpRouterMap: false routeOverWrite: true @@ -106,7 +106,7 @@ gfcli: path: "./internal/app/system" # 文件上传服务地址,与oss模块minio中的endpoint(filePrefix需要加http://)一致 -filePrefix: "http://192.168.0.169:9000" +filePrefix: "http://172.17.0.3:9000" consul: address: 192.168.0.169:8500 diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml index 76516da..fc37fb7 100644 --- a/manifest/config/config.yaml +++ b/manifest/config/config.yaml @@ -1,6 +1,6 @@ server: name: "admin-go" - address: ":8808" + address: ":9001" serverRoot: "resource/public" dumpRouterMap: false routeOverWrite: true @@ -105,7 +105,7 @@ gfcli: path: "./internal/app/system" # 文件上传服务地址,与oss模块minio中的endpoint(filePrefix需要加http://)一致 -filePrefix: "http://116.204.74.41:9000" +filePrefix: "http://172.17.0.3:9000" consul: address: 116.204.74.41:8500