Adding Vanilla Tweaks Options (#1246)

This commit is contained in:
chblodg
2022-01-03 19:59:19 -08:00
committed by GitHub
parent e93cc569c6
commit 83d3555eab
13 changed files with 291 additions and 46 deletions

View File

@@ -0,0 +1,12 @@
version: "3"
services:
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
SETUP_ONLY: "TRUE"
VERSION: ${MINECRAFT_VERSION:-LATEST}
VANILLATWEAKS_SHARECODE: MGr52E
REMOVE_OLD_VANILLATWEAKS: "TRUE"