Minecraft Bedrock Server in Docker optimized for Unraid
This is a Basic Minecraft Bedrock Edition Server. This container downloads Minecraft Bedrock Edition Server in the specified version or you can also set it to 'latest' to download and check on every restart if there is a newer version available.
UPDATE NOTICE: If you set the GAME_VERSION to 'latest' the container will check on every start/restart if there is a newer version available, otherwise enter the preferred version number that you want to install, you also can downgrade your server (no guarantee that it works if you downgrade much versions).
WEB CONSOLE: You can connect to the Minecraft console by opening your browser and go to HOSTIP:9010 (eg: 192.168.1.1:9010) or click on WebUI on the Docker page within Unraid.
Env params
Name | Value | Example |
---|---|---|
SERVER_DIR | Folder for gamefile | /serverdata/serverfiles |
GAME_VERSION | Enter your preferred game version | latest |
GAME_PARAMS | Extra startup Parameters if needed (leave empty if not needed) | |
UID | User Identifier | 99 |
GID | Group Identifier | 100 |
Run example
docker run --name MinecraftBedrockServer -d \
-p 19132:19132 -p 19132:19132/udp -p 9010:8080 \
--env 'GAME_VERSION=latest' \
--env 'UID=99' \
--env 'GID=100' \
--volume /mnt/user/appdata/minecraftedrockserver:/serverdata/serverfiles \
ich777/minecraftbedrockserver
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!