Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

CivMC/CivDocker

Repository files navigation

CivDocker

Development

  1. run docker-compose up
  2. Connect to minecraft server at localhost:25565

Container data (world, logs, etc.) are mounted at ./local. The data directory therin is provided for local verification, and should not be used in prod.

If changes are made to the docker build, you need to use docker-compose up --build next time you run.

Using the console

  1. run docker ps
  2. Note the name of the container. By default, randomly generated.
  3. Run docker attach <name>, for example: docker attach 81dcee85c1da