mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-20 06:03:18 +00:00
Exclude Netty http3 to ensure Alpine musl support (#3765)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
services:
|
||||
monitor:
|
||||
depends_on:
|
||||
- mc
|
||||
mc:
|
||||
condition: service_started
|
||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
||||
entrypoint: mc-monitor
|
||||
command: status --host mc --retry-interval 1s --timeout 1s --retry-limit 60
|
||||
restart: no
|
||||
mc:
|
||||
restart: "no"
|
||||
restart: no
|
||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
@@ -14,4 +16,3 @@ services:
|
||||
TYPE: PAPER
|
||||
# regression tests https://github.com/itzg/docker-minecraft-server/issues/2545
|
||||
MOTD: "Foo§rBar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user