adjust docker compose with new standards for Xms and Xmx
All checks were successful
Docker Build and Push / build (push) Successful in 1m11s

This commit is contained in:
2025-07-25 21:51:06 -04:00
parent 0df24cb64a
commit 2d46f91c60

View File

@ -5,15 +5,16 @@ services:
stdin_open: true
tty: true
environment:
- MC_VERSION=1.20.1
- MC_VERSION=1.21.1
- MC_LOADER=fabric # paper, fabric or forge
- MC_LOADER_VERSION=0.16.14 # build number or blank for latest
- MC_LOADER=neoforge # paper, fabric, forge or neoforge
- MC_LOADER_VERSION=21.1.185
- JAVA_VERSION=temurin@21
- JAR=server.jar
- MEMORY=4G
- XMS=2G
- XMX=4G
- ADD_ARGS=
- PUID=1000