Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.17 KB

RLCraft Server

RLCraft Server Publish

Docker image for the Forge modded server with RLCraft installed.

Quickstart

Minimum starting command for online use:

docker run -dit -e EULA=true -p 25565:25565 doubleem/rlcraft-server

For saving and loading worlds and configurations attach a volume to the /server/server-data path, like so:

docker run -dit -e EULA=true -v rlcraft-server:/server/server-data -p 25565:25565 doubleem/rlcraft-server

NOTE: By providing EULA=TRUE you agree to the EULA at https://account.mojang.com/documents/minecraft_eula.

Environment Variables

  • EULA (Required)
    • Default: none
  • RAM - Sets the dedicated RAM (java -Xms, -Xmx)
    • Default: 6G

References