Skip to content

Commit

Permalink
update to 1.21.43.01 by lomot-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
LomotHo committed Oct 26, 2024
1 parent 214c1fe commit 1a1efe5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.01" \
ENV CORE_VERSION="1.21.43.01" \
IMAGE_VERSION="1"
# unzip pack
RUN apk --no-cache add unzip wget curl && \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.42.01
1.21.43.01
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# A bedrock Minecraft PE Server on Docker

This documentation is for image lomot/minecraft-bedrock:1.21.42.01
This documentation is for image lomot/minecraft-bedrock:1.21.43.01

## Start the server

Expand All @@ -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.42.01
lomot/minecraft-bedrock:1.21.43.01
```

## Upgrade the server
Expand All @@ -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.42.01
lomot/minecraft-bedrock:1.21.43.01
```

## Manage the server
Expand Down
10 changes: 5 additions & 5 deletions readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# 基于 docker 的 bedrock minecraft PE 服务器

当前服务器核心版本: 1.21.42.01 镜像版本: lomot/minecraft-bedrock:1.21.42.01
当前服务器核心版本: 1.21.43.01 镜像版本: lomot/minecraft-bedrock:1.21.43.01

## 快速开启服务器

Expand Down Expand Up @@ -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.42.01
lomot/minecraft-bedrock:1.21.43.01
```

如果发现目录写错了或者要换目录,可以先执行下面的命令关闭并删除刚刚开启的容器,然后再重新开启服务器
Expand Down Expand Up @@ -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.42.01
lomot/minecraft-bedrock:1.21.43.01
```

记得把命令里面的`/opt/mcpe-data`换成你自己的目录
Expand Down Expand Up @@ -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.42.01
lomot/minecraft-bedrock:1.21.43.01
```

使用桥接模式时如果要更换服务器端口,直接把上面命令里面的 `12345:19132/udp` 的第一个端口号`12345`换成自己的端口就行了,`server.properties`里面的端口配置需要为`19132`
Expand Down Expand Up @@ -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.42.01
lomot/minecraft-bedrock:1.21.43.01
```

## 问题反馈 QQ 群
Expand Down

0 comments on commit 1a1efe5

Please sign in to comment.