You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
thehuntedpie c62e28a5b4 dont kill so agressively, also hide kill message, its confusing 7 years ago
.dockerignore add dockerignore 7 years ago
.gitignore added .gitignore 7 years ago
Dockerfile add server options 7 years ago
README.md removing tty lets us do cool stuff 7 years ago
build.sh fix quotes and indentation on docker-compose.yml 7 years ago
console.sh dont kill so agressively, also hide kill message, its confusing 7 years ago
deploy.sh use compose project name in deploy, add push script 7 years ago
docker-compose.build.yml added build docker-compose and modified image name 7 years ago
docker-compose.yml removing tty lets us do cool stuff 7 years ago
docker-entrypoint.sh add server options 7 years ago
push.sh use compose project name in deploy, add push script 7 years ago

README.md

Docker mindustry server 4.0

Docker-Compose Commands

Just download docker-compose.yml

Host Server : docker-compose up -d

Docker Commands

Host Server : docker run --name mindustry -ti -p 6567:6567/tcp -p 6567:6567/udp viviv/mindustry

Manage Mindustry Console

Attach Console

Attach terminal with docker attach --sig-proxy=false mindustry_server

ATTENTION! The terminal will not have any indicators that you have connected to the console. Just type help to get started.

Detach Console

To detach the console type Ctrl-C . The server should remain running.

Enjoy !!