Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.32 KB

File metadata and controls

49 lines (31 loc) · 1.32 KB

Dockerised Mindustry Server

A Mindustry Server in a Docker container, with a Docker Compose suitable for running it up locally.

Badges

MIT License MegaLinter

Dependencies

  • Windows:
    • Docker Desktop installed
  • Linux:
    • Docker Engine installed
    • Docker Compose installed

Run Locally

Clone the project

  git clone https://github.com/laywill/Mindustry-Server-Docker.git

Go to the project directory

  cd Mindustry-Server-Docker

Start the server

  docker compose run -p 6567:6567 --rm mindustry

This will capture your terminal and bring you into an interactive TTY. From here you are within the Mindustry Server application and can control it as normal using Mindustry Server Commands.

Authors

Contributing

Contributions are always welcome!

Raise an issue, create a PR, ensure your pipeline passes, assign me as a reviewer.