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
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
- MC_LOADER=fabric
|
- MC_LOADER=paper
|
||||||
- MC_VERSION=1.21.4
|
- MC_VERSION=1.21.4
|
||||||
- JAVA_VERSION=temurin@21
|
- JAVA_VERSION=temurin@21
|
||||||
- JAR=server.jar
|
- JAR=server.jar
|
||||||
@ -17,6 +17,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
ports:
|
||||||
|
- 25565:25565
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user