neoforge: support 1.20.2+ (#2564)

This commit is contained in:
Geoff Bourne
2023-12-28 21:52:53 -06:00
committed by GitHub
parent 6b2bd0d035
commit 7fa522853f
4 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
services:
mc:
image: itzg/minecraft-server
environment:
EULA: true
TYPE: NEOFORGE
VERSION: latest
NEOFORGE_VERSION: beta
ports:
- "25565:25565"
volumes:
- mc:/data
volumes:
mc: {}