ViViV_
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
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 !! |