Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.15 KB

Curseforge Docker Server

This repository will set up a curseforge modded minecraft server utilizing the itzg/minecraft-server docker image

Dependencies

  1. docker
  2. python for running the backup and modswap scripts

Running server

docker-compose up

Shutting Down Server

docker-compose down

Editing Modpack

  1. Stop the server if running via docker-compose down
  2. Download the desired modpack from curseforge
  3. Copy the downloaded server zip into the modpacks folder
  4. Change the following line within the docker-compose.yml:
CF_SERVER_MOD: /modpacks/<mod_file_name>
  1. Run the server with docker-compose up

Backing Up Data / Modpacks

  1. Run ./backup_server.py --backupfolder <folder_name_for_backup>
    1. This will backup the data and modpacks by default. Can ignore either by passing --skipdata or --skipmods respectively

Documentation Links

  1. docker image documentation