mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-22 15:03:20 +00:00
Support 1.20.3 change to ping description structure (#2628)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user