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