add ports to compose file and set default server as paper
All checks were successful
Docker Build and Push / build (push) Successful in 1m17s

This commit is contained in:
Jeremy McClure 2025-03-28 02:26:45 -04:00
parent 7693eb3b6f
commit e04bf4ef57
Signed by: jeremy
GPG Key ID: CA27BD8443157067

View File

@ -5,7 +5,7 @@ services:
stdin_open: true
tty: true
environment:
- MC_LOADER=fabric
- MC_LOADER=paper
- MC_VERSION=1.21.4
- JAVA_VERSION=temurin@21
- JAR=server.jar
@ -17,6 +17,8 @@ services:
context: .
volumes:
- ./data:/data
ports:
- 25565:25565
deploy:
resources:
limits: