refactor(LogicServer): 添加 start.sh 脚本并更新 Docker Compose 配置
- 新增 start.sh 脚本用于启动 Logic 服务器 - 更新 docker-compose.yml 文件,将 entrypoint 改为 start.sh - 优化服务器启动流程,提高自动化程度
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
volumes:
|
||||
- ./LogicServer:/data/server/s1/LogicServer
|
||||
- ./wch:/etc/yum/wch
|
||||
entrypoint: "/data/server/s1/LogicServer/run.sh"
|
||||
entrypoint: "/data/server/s1/LogicServer/start.sh"
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user