A 1.16.5 Sequel to NTC
docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/not-too-complicated-2
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.
OPTS: Change the default jvm flags
MODPACK_RAM: Change the default ram for the server this is overwritten by 'OPTS'
modpack updated timestamp 2022-05-07T05:09:56.93Z - id 495500
curseforge link: https://www.curseforge.com/minecraft/modpacks/not-too-complicated-2
You can find the source code to this project here https://github.com/Tricked-dev/dockermc
Content type
Image
Digest
sha256:b0ea062de…
Size
269.2 MB
Last updated
about 4 years ago
docker pull tricked/not-too-complicated-2