Add line ignore regex
This commit is contained in:
parent
23294760b6
commit
1075fac43f
|
@ -4,12 +4,14 @@ services:
|
|||
minecraft:
|
||||
image: magmise/minecraft:latest
|
||||
container_name: minecraft
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MIN_MEM: 1G
|
||||
MAX_MEM: 1G
|
||||
STOP: stop
|
||||
JAR: server.jar
|
||||
JAR: jar.jar
|
||||
REGEX: "Preparing spawn area:"
|
||||
ports:
|
||||
- 25565:25565
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue