corrected MEM to MEMORY in docker compose
All checks were successful
Docker Build and Push / build (push) Successful in 1m10s
All checks were successful
Docker Build and Push / build (push) Successful in 1m10s
This commit is contained in:
parent
aa4b113bfe
commit
7693eb3b6f
@ -9,7 +9,7 @@ services:
|
|||||||
- MC_VERSION=1.21.4
|
- MC_VERSION=1.21.4
|
||||||
- JAVA_VERSION=temurin@21
|
- JAVA_VERSION=temurin@21
|
||||||
- JAR=server.jar
|
- JAR=server.jar
|
||||||
- MEM=2G
|
- MEMORY=2G
|
||||||
- ADD_ARGS=
|
- ADD_ARGS=
|
||||||
- RESTART=true
|
- RESTART=true
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user