Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 4G

References

About

Docker image for the Forge modded server with RLCraft installed

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages