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
@@ -4,7 +4,8 @@ services:
monitor:
depends_on:
- mc
image: itzg/mc-monitor:${MC_MONITOR_VERSION:-0.10.4}
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
entrypoint: mc-monitor
command: status --host mc --retry-interval 1s --timeout 1s --retry-limit 300
mc:
restart: "no"