refactor(Gateway): 修改服务器类型名称并注释端口配置
- 将 Logic 服务器更名为 Gate 服务器 - 在 docker-compose.yml 中注释掉端口配置
This commit is contained in:
@@ -6,6 +6,6 @@ path=`pwd`
|
|||||||
echo "======================【启动】========================"
|
echo "======================【启动】========================"
|
||||||
datetime=`date "+%Y-%m-%d.%H:%M:%S"`
|
datetime=`date "+%Y-%m-%d.%H:%M:%S"`
|
||||||
|
|
||||||
echo "["$datetime"] 正在启动 Logic 服务器 [gateway_r]..."
|
echo "["$datetime"] 正在启动 Gate 服务器 [gateway_r]..."
|
||||||
|
|
||||||
$path/gateway_r $path/GateWay.txt
|
$path/gateway_r $path/GateWay.txt
|
||||||
@@ -7,13 +7,13 @@ services:
|
|||||||
network:
|
network:
|
||||||
ipv4_address: 172.36.10.25
|
ipv4_address: 172.36.10.25
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
ports:
|
# ports:
|
||||||
- 10319:10319
|
# - 10319:10319
|
||||||
- 35010:35010
|
# - 35010:35010
|
||||||
- 31000:31000
|
# - 31000:31000
|
||||||
- 34000:34000
|
# - 34000:34000
|
||||||
- 5660:5660
|
# - 5660:5660
|
||||||
- 8500:8500
|
# - 8500:8500
|
||||||
volumes:
|
volumes:
|
||||||
- ./DBServer:/data/server/s1/DBServer
|
- ./DBServer:/data/server/s1/DBServer
|
||||||
- ./wch:/etc/yum/wch
|
- ./wch:/etc/yum/wch
|
||||||
|
|||||||
Reference in New Issue
Block a user