update
This commit is contained in:
parent
06bfbb13ab
commit
5b2c70eb54
@ -1,2 +1,4 @@
|
||||
MC_DIR=/root/mc/renyuan/Server # 活动目录(主机上的路径)
|
||||
JAR_FILE=./Purpur-1.20.1.jar # jar 文件的路径
|
||||
MAX_MEMORY=7G
|
||||
MIN_MEMORY=7G
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
minecraft:
|
||||
image: openjdk:17-jre # 使用 JRE 版本的镜像
|
||||
image: openjdk:17 # 使用 JRE 版本的镜像
|
||||
container_name: minecraft-server
|
||||
working_dir: /mc-server
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user