This repo keeps only the Docker files and startup wrapper. Download the actual Crazy Craft server files elsewhere, then place them in this folder before starting the container.
At minimum, this folder should contain:
forge.jarmods/config/defaultconfigs/libraries/server.propertieseula.txt
- Download or extract the Crazy Craft server pack into this folder.
- Start the container:
docker compose up -d --buildThe server will be available on port 25565.
To watch logs:
docker compose logs -fTo stop it:
docker compose downEdit docker-compose.yml and change:
MIN_RAM: 8G
MAX_RAM: 8G- The repo root is mounted directly into
/datain the container. - If
forge.jaris missing, the container exits with a clear error. - If you want to connect from the same machine, use
localhost:25565.