↳
In-reply-to
»
@prologic, do you run a Minecraft server for your children? If so, which one?
⤋ Read More
@bender@twtxt.net I have used https://docker-minecraft-server.readthedocs.io/en/latest/ for a group of friends. I like it because the server can be configured entirely using environment variables in your compose file. The only exception as far as I can tell is configuration for any plugins or mods you install. Version, server type (vanilla, paper, etc), Java options, ops, whitelist, anything in server.properties, it’s all in the environment variables.
I’ve also heard good things about https://craftycontrol.com/ if you want a Web UI.