From 39f3aef8b4e600ad78fc8b62a119465804ada82c Mon Sep 17 00:00:00 2001 From: ViViV_ Date: Mon, 24 Sep 2018 23:50:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af64731..1960ab9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # Docker mindustry server 4.0 +## Docker-Compose Commands + Just download docker-compose.yml Host Server : `docker-compose up -d` Attach terminal `docker attach ${CONTAINER_NAME}` -Enjoy +## Docker Commands + +Host Server : `docker run --name mindustry -ti -p 6567:6567/tcp -p 6567:6567/udp viviv/mindustry` + + +### Enjoy !!