Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.24 KB

Description

Docker Container for Cave Factory Minecraft Modpack

The docker on first run will download the same version as tagged of Cave Factory and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.

After the first run it will simply start the server.

Requirements

  • /data mounted to a persistent disk
  • Make sure that the EULA is set to true

Options

These environment variables can be set at run time to override their defaults.

  • JVM_OPTS "-Xms2048m -Xmx6144m"
  • MOTD "A Minecraft (Cave Factory 1.0.3) Server Powered by Docker"
  • LEVEL world
  • LEVELTYPE ""

Adding Minecraft Operators

Set the enviroment variable OPS with a comma separated list of players.

example: OPS="OpPlayer1,OpPlayer2"

Source

Github: https://github.com/Ratomas/cave-factory Docker: https://hub.docker.com/r/ratomas/cave-factory