Skip to content

Add settings to compose file

Luis D requested to merge luismanson/HomelabOS:minecraft_ServerOptions into dev

This PR adds three options to homelab, used by the Mincraft server container.

  • online_mode, checks users against Minecraft servers
  • server_type, Use another JAR for the server (there are a lot of options)
  • server_version, this is tied to the client version.

All options where left at their default values and documented briefly in docs/minecraft.md

Merge request reports