Skip to content

WorldOfZero/mindustry-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Mindustry Server

A sample docker server for Mindustry

How to Use This

Building the Image

docker build --tag "mindustry-server" --build-arg MINDUSTRY_VERSION="v146" .

Running the Server

docker run -it -p 6567:6567 -p 6567:6567/udp -v ${pwd}/config:/config -v ${pwd}/maps:/config/maps -e MINDUSTRY_MAP="Veins" mindustry-server

Video Overviews

If you would like to see how these were built, I have recorded the entire process in a video series.

Creating a Mindustry Docker Server

Creating the initial Mindustry Docker Server

Expanding the Mindustry Docker Server

Expanding the Mindustry Docker Server

More World of Zero Stuff

Mindustry

About

Sample Mindustry self-hosted server environment using docker containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published