adjust docker compose with new standards for Xms and Xmx
All checks were successful
Docker Build and Push / build (push) Successful in 1m11s
All checks were successful
Docker Build and Push / build (push) Successful in 1m11s
This commit is contained in:
@ -5,15 +5,16 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
- MC_VERSION=1.20.1
|
- MC_VERSION=1.21.1
|
||||||
|
|
||||||
- MC_LOADER=fabric # paper, fabric or forge
|
- MC_LOADER=neoforge # paper, fabric, forge or neoforge
|
||||||
- MC_LOADER_VERSION=0.16.14 # build number or blank for latest
|
- MC_LOADER_VERSION=21.1.185
|
||||||
|
|
||||||
- JAVA_VERSION=temurin@21
|
- JAVA_VERSION=temurin@21
|
||||||
- JAR=server.jar
|
- JAR=server.jar
|
||||||
|
|
||||||
- MEMORY=4G
|
- XMS=2G
|
||||||
|
- XMX=4G
|
||||||
- ADD_ARGS=
|
- ADD_ARGS=
|
||||||
|
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
Reference in New Issue
Block a user