A Docker image for running Minecraft Bedrock Dedicated Server with optional automatic updates.
80
Start the server with Docker:
docker run -d -it \
--name minecraft-bedrock \
--restart unless-stopped \
-p 19132:19132/udp \
-p 19133:19133/udp \
-e AUTO_UPDATE=true \
-e BACKUP_VERSION=true \
-e BACKUP_CONFIG=true \
-v "/data/minecraft/bedrock:/data" \
-v /etc/localtime:/etc/localtime:ro \
tropicalalgae/minecraft-bedrock-server:latest
For more details, please check https://github.com/tropical-algae/minecraft-bedrock-server
Content type
Image
Digest
sha256:b98940d2d…
Size
37.9 MB
Last updated
2 days ago
docker pull tropicalalgae/minecraft-bedrock-server