Sign inSign up

tricked/not-too-complicated-2

By tricked

•Updated about 4 years ago

A 1.16.5 Sequel to NTC

Image
0

125

tricked/not-too-complicated-2 repository overview

⁠Not Too Complicated 2

A 1.16.5 Sequel to NTC

⁠Running

⁠Docker

docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/not-too-complicated-2

⁠Compose

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

version: "3.8"

services:
  minecraft-server:
    image: tricked/not-too-complicated-2:latest
    container_name: not-too-complicated-2-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-05-07T05:09:56.93Z - id 495500

curseforge link: https://www.curseforge.com/minecraft/modpacks/not-too-complicated-2⁠

⁠Repository

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

Tag summary

Content type

Image

Digest

sha256:b0ea062de…

Size

269.2 MB

Last updated

about 4 years ago

docker pull tricked/not-too-complicated-2