A Mindustry server docker image.
Pull the image via docker pull bndlett/mindustry and run it via the below command.
docker run -d \
-p 6567:6567/tcp \
-p 6567:6567/udp \
-v $(pwd)/my-config:/app/config \
--name mindustry-server \
bndlett/mindustry
Understand that you need to publish both TCP and UDP on the same port to the same internal port. Generally speaking, Mindustry defaults to 6567 for its port, so you'll at most just need to do -p [port]:6567/tcp -p [port]:6567/udp (where [port] is the port you want to publish to) when publishing the ports.
The dockerfile(s) are freely available here:
https://github.com/BnDLett/mindustry-server-docker
Content type
Image
Digest
sha256:bd0bef54f…
Size
250 MB
Last updated
3 months ago
docker pull bndlett/mindustry