All the Mods 1.16 Magic Pack
94
All the Mods 1.16 Magic Pack
docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/all-the-magic-spellbound
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.
OPTS: Change the default jvm flags
MODPACK_RAM: Change the default ram for the server this is overwritten by 'OPTS'
modpack updated timestamp 2022-11-15T04:46:17.023Z - id 500199
curseforge link: https://www.curseforge.com/minecraft/modpacks/all-the-magic-spellbound
You can find the source code to this project here https://github.com/Tricked-dev/dockermc
Content type
Image
Digest
sha256:0dca5d84c…
Size
269.2 MB
Last updated
almost 4 years ago
docker pull tricked/all-the-magic-spellbound