This commit is contained in:
+11
-4
@@ -5,12 +5,19 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
- MC_LOADER=paper # paper, fabric or forge
|
||||
- MC_VERSION=1.21.4
|
||||
- MC_VERSION=1.20.1
|
||||
|
||||
- MC_LOADER=fabric # paper, fabric or forge
|
||||
- MC_LOADER_VERSION=0.16.14 # build number or blank for latest
|
||||
|
||||
- JAVA_VERSION=temurin@21
|
||||
- JAR=server.jar
|
||||
- MEMORY=2G
|
||||
|
||||
- MEMORY=4G
|
||||
- ADD_ARGS=
|
||||
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
@@ -21,5 +28,5 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2G
|
||||
memory: 4G
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user