AppsGamesLodestone

Lodestone

A free, open source server hosting tool for Minecraft and other multiplayers.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  lodestone_core:
    image: ghcr.io/lodestone-team/lodestone_core
    container_name: lodestone
    restart: unless-stopped
    ports:
      - 16662:16662
    volumes:
      - ./lodestone:/home/user/.lodestone

Resources

Website: https://www.lodestone.cc/

GitHub: https://github.com/Lodestone-Team/lodestone

GitHub Container Registry: https://github.com/lodestone-team/lodestone_core/pkgs/container/lodestone_core

Configuration: https://github.com/Lodestone-Team/lodestone/wiki/Docker-Support