The ultimate advanced progression modpack! Watch development at: darkosto.tv/SevTechLive
212
The ultimate advanced progression modpack! Watch development at: darkosto.tv/SevTechLive
docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/sevtech-ages
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.
OPTS: Change the default jvm flags
MODPACK_RAM: Change the default ram for the server this is overwritten by 'OPTS'
modpack updated timestamp 2020-10-30T03:46:10.453Z - id 268208
curseforge link: https://www.curseforge.com/minecraft/modpacks/sevtech-ages
You can find the source code to this project here https://github.com/Tricked-dev/dockermc
Content type
Image
Digest
sha256:01b977912…
Size
269.2 MB
Last updated
about 4 years ago
docker pull tricked/sevtech-ages