Add line ignore regex
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user