From 5f6781ca4bf63b6455c764a811fd47e6de3d039d Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sun, 27 Jul 2025 15:21:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Gateway):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=B1=BB=E5=9E=8B=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=B9=B6=E6=B3=A8=E9=87=8A=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Logic 服务器更名为 Gate 服务器 - 在 docker-compose.yml 中注释掉端口配置 --- Gateway/start.sh | 2 +- docker-compose.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gateway/start.sh b/Gateway/start.sh index 3306d72..7dd8447 100755 --- a/Gateway/start.sh +++ b/Gateway/start.sh @@ -6,6 +6,6 @@ path=`pwd` echo "======================【启动】========================" datetime=`date "+%Y-%m-%d.%H:%M:%S"` -echo "["$datetime"] 正在启动 Logic 服务器 [gateway_r]..." +echo "["$datetime"] 正在启动 Gate 服务器 [gateway_r]..." $path/gateway_r $path/GateWay.txt \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 7375545..05b6eff 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,13 +7,13 @@ services: network: ipv4_address: 172.36.10.25 stdin_open: true - ports: - - 10319:10319 - - 35010:35010 - - 31000:31000 - - 34000:34000 - - 5660:5660 - - 8500:8500 + # ports: + # - 10319:10319 + # - 35010:35010 + # - 31000:31000 + # - 34000:34000 + # - 5660:5660 + # - 8500:8500 volumes: - ./DBServer:/data/server/s1/DBServer - ./wch:/etc/yum/wch