开发 - Docker 配置项目

This commit is contained in:
suwings 2018-11-12 13:33:11 +08:00
parent 90a8af72d5
commit cd43b6eaa6

View File

@ -31,6 +31,11 @@ class MinecraftServer extends ServerProcess {
this.properties = undefined; //服务端配置表
//Docker 容器是否启用
this.isDocker = false;
//Docker 配置项目
this.dockerConfig = {};
}
//构建服务端配置信息