docker-minecraft-bedrock-server
docker-minecraft-bedrock-server copied to clipboard
Lost data if shutdown and restart?
Hello, I created a Minecraft server based on the example docker-compose.yml and specified the storage as a docker volume that i had created.... then I shutdown the server to make some changes and maintenance it and when i restarted it my MC world was gone! How do I get docker to save my Minecraft world so that even if i reboot or stop the server my world wont be erased?
@itzg pls help
Container stop should trigger the server to gracefully stop. Can provide your container configuration and exact command you used to stop and restart the container?