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