Added dev docs for building image with tool version change (#4007)

This commit is contained in:
Geoff Bourne
2026-04-09 11:02:32 -05:00
committed by GitHub
parent bd98fe57ba
commit 8c9e2c653f
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
mc:
build:
# ...or wherever you cloned the docker-minecraft-server repo
context: ../../..
args:
MC_HELPER_VERSION: 1.56.0
environment:
EULA: true
TYPE: "FABRIC"
MODRINTH_PROJECTS: |
fabric-api
pl3xmap?:beta
ports:
- "25565:25565/tcp"
volumes:
- ./data:/data