Sign inSign up

tricked/all-the-magic-spellbound

By tricked

Updated almost 4 years ago

All the Mods 1.16 Magic Pack

Image
0

94

tricked/all-the-magic-spellbound repository overview

All the Magic Spellbound - ATMS

All the Mods 1.16 Magic Pack

Running

Docker

docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/all-the-magic-spellbound

Compose

You can run the modpack with the following docker-compose.yml file

version: "3.8"

services:
  minecraft-server:
    image: tricked/all-the-magic-spellbound:latest
    container_name: all-the-magic-spellbound-server
    ports:
      - 25565:25565
    volumes:
      - ./data:/data

starting docker-compose up -d will start the server in the background keep in mind it can take several minutes to install and start.

Environment Variables
OPTS: Change the default jvm flags
MODPACK_RAM: Change the default ram for the server this is overwritten by 'OPTS'

Info

modpack updated timestamp 2022-11-15T04:46:17.023Z - id 500199

curseforge link: https://www.curseforge.com/minecraft/modpacks/all-the-magic-spellbound

Repository

You can find the source code to this project here https://github.com/Tricked-dev/dockermc

Tag summary

Content type

Image

Digest

sha256:0dca5d84c

Size

269.2 MB

Last updated

almost 4 years ago

docker pull tricked/all-the-magic-spellbound