Sign inSign up

tricked/all-the-mods-7

By tricked

•Updated almost 4 years ago

1.18 Modpack with everyone's favorite mods as well as a ton of new mods to try out.

Image
0

77

tricked/all-the-mods-7 repository overview

⁠All the Mods 7 - ATM7

1.18 Modpack with everyone's favorite mods as well as a ton of new mods to try out.

⁠Running

⁠Docker

docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/all-the-mods-7

⁠Compose

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

version: "3.8"

services:
  minecraft-server:
    image: tricked/all-the-mods-7:latest
    container_name: all-the-mods-7-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-10-19T02:51:20.063Z - id 426926

curseforge link: https://www.curseforge.com/minecraft/modpacks/all-the-mods-7⁠

⁠Repository

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

Tag summary

Content type

Image

Digest

sha256:e7cacf1ea…

Size

355.4 MB

Last updated

almost 4 years ago

docker pull tricked/all-the-mods-7