add ports to compose file and set default server as paper
All checks were successful
Docker Build and Push / build (push) Successful in 1m17s
All checks were successful
Docker Build and Push / build (push) Successful in 1m17s
This commit is contained in:
parent
7693eb3b6f
commit
e04bf4ef57
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user