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 478daa0d63 add comments, add configurable JAVA_OPTS 7 years ago
.dockerignore add dockerignore 7 years ago
.gitignore added .gitignore 7 years ago
Dockerfile put adduser on seperate line than install so we don't install every time we change user line, use COPY instead of ADD, COPY one file only, not whole dir! 7 years ago
README.md document how to attach with fixed container name and how to detach 7 years ago
build.sh fix quotes and indentation on docker-compose.yml 7 years ago
deploy.sh add deploy script 7 years ago
docker-compose.build.yml added build docker-compose and modified image name 7 years ago
docker-compose.yml add comments, add configurable JAVA_OPTS 7 years ago
entrypoint.sh add comments, add configurable JAVA_OPTS 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 terminal docker attach mindustry_server

To detach the tty without shuttding down the server, use the escape sequence Ctrl-p + Ctrl-q

Enjoy !!