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