Added support for multiple files with GENERIC_PACKS

#1087
This commit is contained in:
Geoff Bourne
2021-10-24 20:23:21 -05:00
parent 6f80ce5584
commit 2dce24c1bd
4 changed files with 44 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
version: "3"
services:
mc:
image: itzg/minecraft-server
environment:
EULA: "true"
GENERIC_PACKS: https://github.com/itzg/mc-image-helper/releases/download/v1.9.5/mc-image-helper-1.9.5.zip,/packs/testing.zip
DEBUG: "true"
volumes:
- ./packs:/packs
- data:/data
volumes:
data: {}

Binary file not shown.