Add example of MIN_MEM STOP and JAR
This commit is contained in:
parent
a43de5a4f3
commit
80f5be957b
|
@ -7,7 +7,10 @@ services:
|
|||
container_name: minecraft
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MIN_MEM: 1G
|
||||
MAX_MEM: 1G
|
||||
STOP: stop
|
||||
JAR: server.jar
|
||||
ports:
|
||||
- 25565:25565
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue