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