Adding Vanilla Tweaks Options (#1246)

This commit is contained in:
chblodg
2022-01-03 21:59:19 -06:00
committed by GitHub
parent e93cc569c6
commit 83d3555eab
13 changed files with 291 additions and 46 deletions
+14
View File
@@ -0,0 +1,14 @@
version: "3"
services:
mc:
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
SETUP_ONLY: "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
volumes:
- ./packs:/packs
- data:/data
volumes:
data: {}