A Mindustry Server in a Docker container, with a Docker Compose suitable for running it up locally.
- Windows:
- Docker Desktop installed
- Linux:
- Docker Engine installed
- Docker Compose installed
Clone the project
git clone https://github.com/laywill/Mindustry-Server-Docker.gitGo to the project directory
cd Mindustry-Server-DockerStart the server
docker compose run -p 6567:6567 --rm mindustryThis 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.
Contributions are always welcome!
Raise an issue, create a PR, ensure your pipeline passes, assign me as a reviewer.