From 08932587425b17735f01d7a68d127926f582bdbe Mon Sep 17 00:00:00 2001 From: Update Bot Date: Fri, 1 Nov 2024 00:37:08 +0000 Subject: [PATCH] update to 1.21.44.01 by lomot-bot --- Dockerfile | 2 +- VERSION | 2 +- readme.md | 6 +++--- readme_zh.md | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d82d69..a235fda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV SERVER_HOME="/mcpe" \ SCRIPT_PATH="/mcpe/script" \ DEFAULT_CONFIG_PATH="/mcpe/default-config" \ DATA_PATH="/data" -ENV CORE_VERSION="1.21.43.01" \ +ENV CORE_VERSION="1.21.44.01" \ IMAGE_VERSION="1" # unzip pack RUN apk --no-cache add unzip wget curl && \ diff --git a/VERSION b/VERSION index b70835e..207e8ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.43.01 \ No newline at end of file +1.21.44.01 \ No newline at end of file diff --git a/readme.md b/readme.md index 725f785..5bcd95a 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ # A bedrock Minecraft PE Server on Docker -This documentation is for image lomot/minecraft-bedrock:1.21.43.01 +This documentation is for image lomot/minecraft-bedrock:1.21.44.01 ## Start the server @@ -41,7 +41,7 @@ mkdir -p /opt/mcpe-data ```bash docker run -itd --restart=always --name=mcpe --net=host \ -v /opt/mcpe-data:/data \ - lomot/minecraft-bedrock:1.21.43.01 + lomot/minecraft-bedrock:1.21.44.01 ``` ## Upgrade the server @@ -66,7 +66,7 @@ docker container rm mcpe ```bash docker run -itd --restart=always --name=mcpe --net=host \ -v /opt/mcpe-data:/data \ - lomot/minecraft-bedrock:1.21.43.01 + lomot/minecraft-bedrock:1.21.44.01 ``` ## Manage the server diff --git a/readme_zh.md b/readme_zh.md index 55582b0..bcae5df 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -16,7 +16,7 @@ # 基于 docker 的 bedrock minecraft PE 服务器 -当前服务器核心版本: 1.21.43.01 镜像版本: lomot/minecraft-bedrock:1.21.43.01 +当前服务器核心版本: 1.21.44.01 镜像版本: lomot/minecraft-bedrock:1.21.44.01 ## 快速开启服务器 @@ -49,7 +49,7 @@ mkdir -p /opt/mcpe-data ```bash docker run -itd --restart=always --name=mcpe --net=host \ -v /opt/mcpe-data:/data \ - lomot/minecraft-bedrock:1.21.43.01 + lomot/minecraft-bedrock:1.21.44.01 ``` 如果发现目录写错了或者要换目录,可以先执行下面的命令关闭并删除刚刚开启的容器,然后再重新开启服务器 @@ -85,7 +85,7 @@ docker rm mcpe ```bash docker run -itd --restart=always --name=mcpe --net=host \ -v /opt/mcpe-data:/data \ - lomot/minecraft-bedrock:1.21.43.01 + lomot/minecraft-bedrock:1.21.44.01 ``` 记得把命令里面的`/opt/mcpe-data`换成你自己的目录 @@ -152,7 +152,7 @@ docker run -itd --restart=always --name=mcpe --net=host \ ``` docker run -itd --restart=always --name=mcpe -p 12345:19132/udp \ -v /opt/mcpe-data:/data \ - lomot/minecraft-bedrock:1.21.43.01 + lomot/minecraft-bedrock:1.21.44.01 ``` 使用桥接模式时如果要更换服务器端口,直接把上面命令里面的 `12345:19132/udp` 的第一个端口号`12345`换成自己的端口就行了,`server.properties`里面的端口配置需要为`19132`。 @@ -207,7 +207,7 @@ systemctl enable docker docker run -itd --restart=always --name=mcpe --net=host \ -v /opt/mcpe-data:/data \ -v /etc/localtime:/etc/localtime \ - lomot/minecraft-bedrock:1.21.43.01 + lomot/minecraft-bedrock:1.21.44.01 ``` ## 问题反馈 QQ 群