An open API service indexing awesome lists of open source software.

https://github.com/arunk140/mindustry-docker

Quick Run a Mindustry Pre-Release Server Build in Docker
https://github.com/arunk140/mindustry-docker

docker docker-compose mindusry server

Last synced: about 2 months ago
JSON representation

Quick Run a Mindustry Pre-Release Server Build in Docker

Awesome Lists containing this project

README

          

# mindustry-docker
Quick Run a Mindustry Pre-Release Server Build in Docker

## Setup

```
git clone https://github.com/arunk140/mindustry-docker.git
cd mindustry-docker
docker compose up -d
```

## Update Server

- Rebuild Docker Image

```
docker compose up --build -d
```