refactor(Gateway): 修改服务器类型名称并注释端口配置

- 将 Logic 服务器更名为 Gate 服务器
- 在 docker-compose.yml 中注释掉端口配置
This commit is contained in:
2025-07-27 15:21:19 +08:00
parent fe82801742
commit 5f6781ca4b
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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