Sign inSign up

ich777/mindustry-server

By ich777

•Updated almost 2 years ago

Image
1

50K+

ich777/mindustry-server repository overview

⁠Mindustry Server in Docker optimized for Unraid

This is a Basic Mindustry Server.

UPDATE NOTICE: If you set the GAME_V to 'latest' the container will always check on startup for a new version or you can set it to whatever version you preferr eg: '100', '90',... (without quotes, upgrading and downgrading also possible).

CONSOLE: To connect to the console open up the terminal for this docker and type in: 'screen -xS Mindustry' (without quotes).

⁠Env params

NameValueExample
DATA_DIRFolder for gamefile/mindustry
RUNTIME_NAMEEnter your extracted Runtime folder name. Don't change unless you are knowing what you are doing!jre1.8.0_211
GAME_VPreferred game version goes here (set to 'latest' to download the latest)latest
SRV_NAMEServername goes here (you need to set a servername)DockerMindustry
GAME_PARAMSExtra startup Parameters if needed (leave empty if not needed)
UMASKPermissions for newly created files. Don't change unless you are knowing what you are doing!000
UIDUser Identifier99
GIDGroup Identifier100

⁠Run example

docker run --name MinecraftBasicServer -d \
	-p 6567:6567 -p 6567:6567/udp \
	--env 'RUNTIME_NAME=jre1.8.0_211' \
	--env 'GAME_V=latest' \
    --env 'SRV_NAME=DockerMindustry' \
	--env 'UMASK=000' \
	--env 'UID=99' \
	--env 'GID=100' \
	--volume /mnt/user/appdata/mindustry:/mindustry \
	ich777/mindustry-server

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

⁠Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/⁠

Tag summary

Content type

Image

Digest

sha256:25b1c7062…

Size

198.8 MB

Last updated

almost 2 years ago

docker pull ich777/mindustry-server