Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crazy Craft Docker Wrapper

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.

Required server files

At minimum, this folder should contain:

  • forge.jar
  • mods/
  • config/
  • defaultconfigs/
  • libraries/
  • server.properties
  • eula.txt

Start the server

  1. Download or extract the Crazy Craft server pack into this folder.
  2. Start the container:
docker compose up -d --build

The server will be available on port 25565.

To watch logs:

docker compose logs -f

To stop it:

docker compose down

Change RAM

Edit docker-compose.yml and change:

MIN_RAM: 8G
MAX_RAM: 8G

Notes

  • The repo root is mounted directly into /data in the container.
  • If forge.jar is missing, the container exits with a clear error.
  • If you want to connect from the same machine, use localhost:25565.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages