Sign inSign up

tricked/sevtech-ages

By tricked

Updated about 4 years ago

The ultimate advanced progression modpack! Watch development at: darkosto.tv/SevTechLive

Image
0

212

tricked/sevtech-ages repository overview

SevTech: Ages

The ultimate advanced progression modpack! Watch development at: darkosto.tv/SevTechLive

Running

Docker

docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/sevtech-ages

Compose

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

version: "3.8"

services:
  minecraft-server:
    image: tricked/sevtech-ages:latest
    container_name: sevtech-ages-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 2020-10-30T03:46:10.453Z - id 268208

curseforge link: https://www.curseforge.com/minecraft/modpacks/sevtech-ages

Repository

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

Tag summary

Content type

Image

Digest

sha256:01b977912

Size

269.2 MB

Last updated

about 4 years ago

docker pull tricked/sevtech-ages