Support 1.20.3 change to ping description structure (#2628)

This commit is contained in:
Geoff Bourne
2024-02-03 16:32:17 -06:00
committed by GitHub
parent 63b2e4484d
commit 6ae59e61fa
6 changed files with 51 additions and 39 deletions
@@ -0,0 +1,19 @@
version: "3"
services:
monitor:
depends_on:
- mc
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
entrypoint: mc-monitor
command: status --host mc --retry-interval 1s --timeout 1s --retry-limit 60
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
VERSION: ${MINECRAFT_VERSION:-LATEST}
TYPE: PAPER
# regression tests https://github.com/itzg/docker-minecraft-server/issues/2545
MOTD: "Foo§rBar"