AppsGamesMindustry

Mindustry

A sandbox tower defense game.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  mindustry-server:
    container_name: mindustry-server
    image: oldshensheep/mindustry-server:latest
    ports:
      - 6567
      - 6567/udp
    volumes:
      - /path/to/config:/opt/mindustry/config

Resources

Website: https://mindustrygame.github.io/

GitHub: https://github.com/Anuken/Mindustry

Docker Hub (oldshensheep): https://hub.docker.com/r/oldshensheep/mindustry-server

Configuration: See the Docker Hub page