Sign inSign up

bndlett/mindustry

By bndlett

•Updated 3 months ago

A simple Mindustry server for docker.

Image
0

1.3K

bndlett/mindustry repository overview

⁠Mindustry

A Mindustry server docker image.

⁠Usage

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.

⁠Etc.

The dockerfile(s) are freely available here:
https://github.com/BnDLett/mindustry-server-docker⁠

Tag summary

Content type

Image

Digest

sha256:bd0bef54f…

Size

250 MB

Last updated

3 months ago

docker pull bndlett/mindustry