update
This commit is contained in:
parent
1424239952
commit
12f09acab5
@ -1,4 +1,4 @@
|
||||
MC_DIR=/root/mc/renyuan/Server # 活动目录(主机上的路径)
|
||||
JAR_FILE=./Purpur-1.20.1.jar # jar 文件的路径
|
||||
MAX_MEMORY=5G
|
||||
MIN_MEMORY=5G
|
||||
MAX_MEMORY=6G
|
||||
MIN_MEMORY=6G
|
@ -4,8 +4,8 @@ services:
|
||||
container_name: minecraft-server
|
||||
working_dir: /mc-server
|
||||
environment:
|
||||
- MAX_MEMORY=5G
|
||||
- MIN_MEMORY=5G
|
||||
- MAX_MEMORY=6G
|
||||
- MIN_MEMORY=6G
|
||||
- TZ=Asia/Shanghai
|
||||
volumes:
|
||||
- ${MC_DIR}:/mc-server
|
||||
|
Loading…
Reference in New Issue
Block a user