mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-11 15:49:53 +08:00
开发 - Docker 配置项目
This commit is contained in:
parent
90a8af72d5
commit
cd43b6eaa6
@ -31,6 +31,11 @@ class MinecraftServer extends ServerProcess {
|
||||
|
||||
this.properties = undefined; //服务端配置表
|
||||
|
||||
//Docker 容器是否启用
|
||||
this.isDocker = false;
|
||||
//Docker 配置项目
|
||||
this.dockerConfig = {};
|
||||
|
||||
}
|
||||
|
||||
//构建服务端配置信息
|
||||
|
Loading…
Reference in New Issue
Block a user