Add line ignore regex

This commit is contained in:
Jimmy 2021-10-12 23:30:50 +13:00
parent 23294760b6
commit 1075fac43f
1 changed files with 3 additions and 1 deletions

View File

@ -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: