mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
15 lines
452 B
YAML
15 lines
452 B
YAML
# 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: |