Add support for Cleanroom (Forge fork) installer (#3291)

This commit is contained in:
Geoff Bourne
2025-02-02 13:47:03 -07:00
committed by GitHub
parent 26d97c21cc
commit 7cdb7d398c
4 changed files with 58 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# Provides an example of running CleanroomMC from https://github.com/CleanroomMC/Cleanroom,
# which is a Forge fork
services:
mc:
image: itzg/minecraft-server
environment:
EULA: true
TYPE: FORGE
FORGE_INSTALLER_URL: https://github.com/CleanroomMC/Cleanroom/releases/download/0.2.4-alpha/cleanroom-0.2.4-alpha-installer.jar
ports:
- "25565:25565"
volumes:
- mc-data:/data
volumes:
mc-data: