double-em/RLCraft-Server

Update to version 2.9.1c of RLCraft

Jacob-Steentoft opened this issue · 2 comments

Hey,

First, thank you for the docker configuration. Works like a charm after updating the start.sh file.

I would like to propose the following 2 changes to start.sh:

  • FORGE_VER to 14.23.5.2860
  • RLCRAFT_URL to https://edge.forgecdn.net/files/3655/676/RLCraft%20Server%20Pack%201.12.2%20-%20Release%20v2.9.1c.zip

This should bring the modpack up-to-date and working when building the image.

Hi, i downloaded but i need to config that and update the mods. How can i do that? Thanks in advance

Hi, i downloaded but i need to config that and update the mods. How can i do that? Thanks in advance

Regarding configuring it and managing the data locally like a bare metal deployment.
If you used the argument -v rlcraft-server:/server/server-data then you'll have a volume called rlcraft-server which you can modify. You can either write another docker applications that will manage the files stored in the volume, or you can find where your volume is located using the inspect command for volumes: https://docs.docker.com/storage/volumes/#create-and-manage-volumes

Hopefully that answers your question.