mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Avoid brittle testing of Loliserver due to download site (#1489)
This commit is contained in:
parent
2e0c8901a1
commit
bca7b79f77
@ -1,13 +0,0 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
|
||||||
mc:
|
|
||||||
restart: "no"
|
|
||||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
||||||
environment:
|
|
||||||
EULA: "TRUE"
|
|
||||||
SETUP_ONLY: "TRUE"
|
|
||||||
TYPE: LOLISERVER
|
|
||||||
VERSION: ${MINECRAFT_VERSION:-LATEST}
|
|
||||||
volumes:
|
|
||||||
- ./data:/data
|
|
@ -1 +0,0 @@
|
|||||||
[[ $MINECRAFT_VERSION == 1.16.5 ]] || exit 1
|
|
@ -1 +0,0 @@
|
|||||||
mc-image-helper assert fileExists "/data/LoliServer-*.jar"
|
|
Loading…
Reference in New Issue
Block a user