Allow ICON to reference a local file (#1466)

This commit is contained in:
Geoff Bourne
2022-04-10 11:39:58 -05:00
committed by GitHub
parent 97fe6b1f14
commit 8ef3fe199f
9 changed files with 56 additions and 7 deletions
@@ -0,0 +1,17 @@
version: "3"
services:
mc:
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
SETUP_ONLY: "true"
ICON: /extra/4737386_minecraft_squircle_icon.png
# the following are only used to speed up test execution
TYPE: CUSTOM
CUSTOM_SERVER: /servers/fake.jar
VERSION: 1.18.1
volumes:
- ./data:/data
- ./extra:/extra
- ./fake.jar:/servers/fake.jar