Loader version option
Docker Build and Push / build (push) Successful in 2m25s

This commit is contained in:
2025-06-18 07:52:11 -04:00
parent 744bd61ee6
commit b0c1b07499
2 changed files with 81 additions and 23 deletions
+11 -4
View File
@@ -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